apache / rocketmq-client-cpp

Apache RocketMQ cpp client
https://rocketmq.apache.org/
Apache License 2.0
360 stars 158 forks source link

SendMessageAsync #449

Closed linxia1234 closed 1 year ago

linxia1234 commented 1 year ago

Using SendMessageAsync to send messages, the number of abnormal callbacks is 0, and the number of successful callbacks is inconsistent with the number of sent messages and the number in mq is consistent with the number of sent messages

使用SendMessageAsync发送消息,异常回调数为0,成功回调数与发送消息数不一致,mq中数量与发送数量一致

linxia1234 commented 1 year ago

The reason is shutdown too quickly