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_r247282184
 
 

 ##########
 File path: src/consumer/PullRequest.cpp
 ##########
 @@ -260,5 +262,15 @@ bool PullRequest::addPullMsgEvent() {
   return false;
 }
 
+int PullRequest::getLatestPullRequestOpaque() const {
 
 Review comment:
   it also in ci build 25:
   
   > 
/home/travis/build/apache/rocketmq-client-cpp/src/consumer/PullRequest.cpp: In 
member function ‘int rocketmq::PullRequest::getLatestPullRequestOpaque() const’:
   > 
/home/travis/build/apache/rocketmq-client-cpp/src/consumer/PullRequest.cpp:266:59:
 error: no matching function for call to 
‘boost::lock_guard<boost::mutex>::lock_guard(const boost::mutex&)’
   >      boost::lock_guard<boost::mutex> lock(m_pullRequestLock);

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