lizhanhui commented on code in PR #541:
URL: https://github.com/apache/rocketmq-clients/pull/541#discussion_r1227483158
##########
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:
Why comment out this assertion?
--
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]