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
Fix AsyncCommandHandle.wait() blocking after kill(): _iterate_events now returns immediately after the "end" event, so wait() completes promptly even if the gRPC stream is slow to close.