ifplusor commented on issue #468: URL: https://github.com/apache/rocketmq-client-cpp/issues/468#issuecomment-2071297770
@HUHANK consumer的关闭也要同步。建议你不同的对象使用不同的instance name,之样client_factory是独立的,相互不会有影响。 不过你这个错误栈的出现比较奇怪,我想象不出来这个lock为什么出错。因为从时序上看,io_service还在运行,说明consumer还没有unregister,也就意味着client_factory不会销毁,这里的lock不应该出错的。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org