wei56 opened a new pull request #213: fix one bug in DestroyProducer URL: https://github.com/apache/rocketmq-client-cpp/pull/213 ## What is the purpose of the change fix one bug in DestroyProducer which can cause the progam coredump ## Brief changelog delete reinterpret_cast<DefaultMQProducer*>(pProducer); to delete reinterpret_cast<DefaultProducer*>(pProducer); ## Verifying this change run producer in example 
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
