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 2019/01/11 19:03:37 UTC

[GitHub] ifplusor commented on a change in pull request #61: [ISSUE#43] One Consumer Consume One Message Twice at the same time

ifplusor commented on a change in pull request #61: [ISSUE#43] One Consumer Consume One Message Twice at the same time
URL: https://github.com/apache/rocketmq-client-cpp/pull/61#discussion_r247221954
 
 

 ##########
 File path: src/consumer/PullRequest.cpp
 ##########
 @@ -260,5 +262,15 @@ bool PullRequest::addPullMsgEvent() {
   return false;
 }
 
+int PullRequest::getLatestPullRequestOpaque() const {
 
 Review comment:
   why use const? and it cause compile error in macos:
   
   > no matching constructor for initialization of 'boost::lock_guard<boost::mutex>'

----------------------------------------------------------------
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