You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/09/25 13:02:03 UTC

[GitHub] [rocketmq-client-cpp] ShannonDing opened a new issue #192: how to use userData when async send callback called?

ShannonDing opened a new issue #192: how to use userData when async send callback called?
URL: https://github.com/apache/rocketmq-client-cpp/issues/192
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   it is better for async send back to support userdata
   2. Provide any additional detail on your proposed use case for this feature.
   typedef void (*COnSendSuccessCallback)(CSendResult result, CMessage *msg, void *userData);
   typedef void (*COnSendExceptionCallback)(CMQException e, CMessage *msg, void *userData);
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   should-have
   4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services