Commits


Konstantin Varlamov authored and GitHub committed 7b2aa01da3d
Force refresh token if RPC fails with "Unauthenticated" error (#1373) "Unauthenticated" is presumed to mean that token is expired (which might happen if local clock is wrong) and retried, subject to the usual backoff logic.