jonnxu opened a new issue #45: the code of pullMessageAsync will lead to crash
URL: https://github.com/apache/rocketmq-client-cpp/issues/45
 
 
   void DefaultMQPushConsumer::pullMessageAsync(PullRequest* request) {
       if (**request == NULL** || request->isDroped()) {
           LOG_WARN("Pull request is set drop with mq:%s, 
return",(request->m_messageQueue).toString().c_str());
           **request->removePullMsgEvent();**
           return;
     }
   。。。。
   }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to