MatrixHB commented on pull request #3555: URL: https://github.com/apache/rocketmq/pull/3555#issuecomment-996681362
@lwclover you are right. When the channel to the broker cannot be established, it will directly enter the following code block.  Retry for send async is made for the execution of "org.apache.rocketmq.remoting.netty.NettyRemotingAbstract#invokeAsyncImpl", but in the given case, "invokeAsyncImpl" has not been executed yet. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
