TubeMQ has been donated to the Apache Software Foundation and renamed to InLong, please visit the new Apache repository: https://github.com/apache/incubator-inlong
This bug fix mainly addresses the following 3 situations:
NettyClient may have been closed when sending;
An exception is thrown during the sending process, and the request may have been removed;
During the sending process, the exception is thrown,the request still exists, but the exception causes are different;the sending logic with the callback function needs to clear the timeout event to handle the exception.
This bug fix mainly addresses the following 3 situations:
此错误修复主要解决以下3种情况: