jonnxu opened a new issue #67: CreateMessage but without DestroyMessage for example AsyncProducer and SyncProducer URL: https://github.com/apache/rocketmq-client-cpp/issues/67 CreateMessage but without DestroyMessage for example AsyncProducer and SyncProducer in CAsyncProducer.c and Producer.c void startSendMessage(CProducer *producer) { ........ **CMessage *msg = CreateMessage("T_TestTopic");** for (i = 0; i < 10; i++) { ....... } }
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
