RobertIndie commented on code in PR #409:
URL: https://github.com/apache/pulsar-client-cpp/pull/409#discussion_r1519260676
##########
lib/ConsumerImpl.cc:
##########
@@ -236,16 +236,15 @@ Future<Result, bool> ConsumerImpl::connectionOpened(const
ClientConnectionPtr& c
// sending the subscribe request.
cnx->registerConsumer(consumerId_, get_shared_this_ptr());
- if (duringSeek_) {
+ if (duringSeek()) {
ackGroupingTrackerPtr_->flushAndClean();
}
Lock lockForMessageId(mutexForMessageId_);
// Update startMessageId so that we can discard messages after delivery
restarts
Review Comment:
We can move this comment inside the `clearReceiveQueue`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]