lizhanhui commented on code in PR #541:
URL: https://github.com/apache/rocketmq-clients/pull/541#discussion_r1349692781
##########
cpp/source/client/ClientManagerImpl.cpp:
##########
@@ -764,7 +764,7 @@ State ClientManagerImpl::state() const {
}
MessageConstSharedPtr ClientManagerImpl::wrapMessage(const rmq::Message& item)
{
- assert(item.topic().resource_namespace() == resource_namespace_);
+ // assert(item.topic().resource_namespace() == resource_namespace_);
Review Comment:
@yulangz It's true `resource_namespace_` is empty for the moment. But the
assertion should pass
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]