Skip to content

rocketmq-client-cpp-2.1.0

Compare
Choose a tag to compare
@ShannonDing ShannonDing released this 19 Mar 13:02
aee285f

This release support message trace for sending messages in sync model and consuming messages by push model. The stability of the core is further improved.

New Future:

Improvement:

  • [ISSUE-274] Fix the heap-use-after-free risk caused by direct deconstruction when it is not used after initialization.

Bug:

  • [ISSUE-283] Send message back failed some time because the timeout was set too short.