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
When the context is canceled, there's no guarantee that Consume() will return
context.Canceled. As a result, the context needs to be double-checked before
looping in order to shutdown cleanly.
0 commit comments