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
I will hazard a guess that we have code that is handling message send failures by just propagating the error returned by the transport; probably to fix this we need to update those call sites to wrap the error.
IsDisconnected
works when callingconn.Close()
. However, when killing the server it's connected to in a real scenario doesn't seem to return the same.I have seen it return:
ErrConnClosed
Not sure if it will return
ExcClosed
at any point.The text was updated successfully, but these errors were encountered: