erobot commented on code in PR #332:
URL: https://github.com/apache/pulsar-client-cpp/pull/332#discussion_r1366948388
##########
lib/MessageImpl.h:
##########
@@ -47,6 +47,7 @@ class MessageImpl {
int redeliveryCount_;
bool hasSchemaVersion_;
const std::string* schemaVersion_;
+ std::shared_ptr<class ConsumerImpl> consumerPtr_;
Review Comment:
Changed to `std::weak_ptr`.
--
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]