jonnxu commented on a change in pull request #48: [Issue#44] Resolve 
RetrySendTimes doesn't Work for Async Send
URL: https://github.com/apache/rocketmq-client-cpp/pull/48#discussion_r245180056
 
 

 ##########
 File path: src/transport/ResponseFuture.cpp
 ##########
 @@ -148,6 +151,10 @@ void ResponseFuture::executeInvokeCallbackException() {
     return;
   } else {
     if (m_asyncCallbackStatus == asyncCallBackStatus_timeout) {
+
+       //here no need retrySendTimes process because of it have timeout
 
 Review comment:
   ok

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to