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
As it stands, it basically returns "ErrClosed" or ttrpc: closed for all cases except if error is nil.
To add on, this current msg tells us the connection is closed but we don't have any additional information on why it's closed.
A piece of information that ends up getting wrapped specifically would be helpful is if it's ECONNRESET, seems like we should try to reconnect in that case?
Right now, it may only return
ttrpc: closed: unknown
. We probably should return something more meaningful/helpful.The text was updated successfully, but these errors were encountered: