phaniranjan commented on issue #301: URL: https://github.com/apache/rocketmq-client-cpp/issues/301#issuecomment-633337987
@ifplusor I have tried AsyncProducer.cpp & AsyncPushConsumer.cpp, below is the output, not sure if there is any configuration details missing [vectone@localhost example]$ !666 ./AsyncProducer -n "localhost:9876" -g "TestGroup" -t "MyTopicMessage" nameserver: localhost:9876 topic: MyTopicMessage groupname: TestGroup produce content: msgbody for test msg count: 1 thread count: 8 tps_thread_ is null send Exception send Exception send Exception send Exception send Exception send Exception send Exception per msg time: 10ms ========================finished============================== tps_thread_ is null [vectone@localhost example]$ !667 ./AsyncPushConsumer -n "localhost:9876" -g "TestGroup" -t "MyTopicMessage" nameserver: localhost:9876 topic: MyTopicMessage groupname: TestGroup produce content: msgbody for test msg count: 1 thread count: 8 tps_thread_ is null Segmentation fault (core dumped) [vectone@localhost 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]
