gperinazzo commented on issue #56: Add listener support for consumer URL: https://github.com/apache/pulsar-client-node/pull/56#issuecomment-552910928 The code before used the consumer pointer given to me by the message listener callback and I couldn't call free on that, so I avoided creating a consumer from it (as the consumer will free the pointer). But now I can create one from the shared `ConsumerWrapper` and it won't free the consumer pointer. I'll change it to pass a consumer.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services