jai1 commented on a change in pull request #577: CPP add receiveAsync API
URL: https://github.com/apache/incubator-pulsar/pull/577#discussion_r128060330
 
 

 ##########
 File path: pulsar-client-cpp/lib/PartitionedConsumerImpl.h
 ##########
 @@ -79,6 +80,7 @@ namespace pulsar {
         typedef std::vector<ConsumerImplPtr> ConsumerList;
         ConsumerList consumers_;
         boost::mutex mutex_;
+        boost::mutex pendingReceiveMutex_;
 
 Review comment:
   No need for a separate pendingReceiveMutex_ - I suggest to use 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