RobertIndie commented on code in PR #188:
URL: https://github.com/apache/pulsar-client-cpp/pull/188#discussion_r1098373967
##########
lib/ConsumerImpl.cc:
##########
@@ -1186,6 +1186,7 @@ void ConsumerImpl::closeAsync(ResultCallback
originalCallback) {
if (ackGroupingTrackerPtr_) {
ackGroupingTrackerPtr_->close();
}
+ negativeAcksTracker_.close();
Review Comment:
The `shutdown` already closed it. We don't need to close it again here. The
call of `shutdown` is at line 1165
--
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]