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 a connection handles a failure (e.g. decoding exception), inflight commands fail with ClosedConnectionException instead of the actual error that killed the connection, making it hard for the caller to diagnose what went wrong.
When a connection handles a failure (e.g. decoding exception),
inflightcommands fail withClosedConnectionExceptioninstead of the actual error that killed the connection, making it hard for the caller to diagnose what went wrong.