You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the feature you are requesting.
it is better for async send back to support userdata
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);
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
If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
The text was updated successfully, but these errors were encountered:
Please describe the feature you are requesting.
it is better for async send back to support userdata
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);
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
If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
specially for py-client to callback, can not know which message send ok for py client
FEATURE REQUEST
it is better for async send back to support userdata
typedef void (*COnSendSuccessCallback)(CSendResult result, CMessage *msg, void *userData);
typedef void (*COnSendExceptionCallback)(CMQException e, CMessage *msg, void *userData);
should-have
The text was updated successfully, but these errors were encountered: