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 serverWillStop throws, the error gets saved into the internal state under stopError and future (or concurrent) calls to stop will throw it, but then stop() just returns instead of re-throwing stopError. Pretty sure this is basically just a typo.
If serverWillStop throws, the error gets saved into the internal state under
stopErrorand future (or concurrent) calls tostopwill throw it, but thenstop()just returns instead of re-throwing stopError. Pretty sure this is basically just a typo.