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
When sending a request from a non-IO thread, there's a chance a pooled connection gets closed before it's registered with the new NettyResponseFuture. If that happens, channelClosed doesn't do anything and the handler isn't notified.