You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/12/30 16:42:12 UTC

[GitHub] jonnxu opened a new issue #45: the code of pullMessageAsync will lead to crash

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:
users@infra.apache.org


With regards,
Apache Git Services