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
Ensure reauthentication attempts aren't blocked after unexpected error (#44)
Motivation
A resiliency bug was encountered where the client fails to
reauthenticate/recover following an abnormal response from the server to
the authenticate RPC request.
Modification
Ensure the status stored/propagated from a failed authenticate RPC will
always be interpreted as authentication-related, so that the existing
logic will properly re-attempt authentication in all cases.
Result
Client properly recovers in rare server failure scenario
0 commit comments