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 the HTTP server returns an error before the WebSocket handshake complete, Netty returns the channel without error. It is necessary to investigate whether the Client.Initializer can detect the error and return Future of error state.
The text was updated successfully, but these errors were encountered:
When the HTTP server returns an error before the WebSocket handshake complete, Netty returns the channel without error. It is necessary to investigate whether the
Client.Initializer
can detect the error and returnFuture
of error state.The text was updated successfully, but these errors were encountered: