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:
[email protected]


With regards,
Apache Git Services

Reply via email to