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
Documentation for the various interface methods that can be hook into the client connection process (i.e. TransportCredentials.ClientHandshake etc) should warn that errors returned from these methods should not be wrapped with an error type that doesn't expose a Temporary method. Doing this can cause relatively hard to debug reconnect behavior.
The text was updated successfully, but these errors were encountered:
Documentation for the various interface methods that can be hook into the client connection process (i.e.
TransportCredentials.ClientHandshake
etc) should warn that errors returned from these methods should not be wrapped with an error type that doesn't expose aTemporary
method. Doing this can cause relatively hard to debug reconnect behavior.The text was updated successfully, but these errors were encountered: