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
If a panic is followed a panic, we'd ignore the second. But if an exception happens while entering panic mode we may fail to update the picker with the first error. This is "fine" from a correctness standpoint; all bets are off when panicking and we've already logged the first error. But failing RPCs can often be more easily seen than just the log. Noticed because of http://yaqs/8493785598685872128
0 commit comments