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: add timeout to shielded cancel notification to prevent hangs
The shielded CancelScope in _send_cancelled_notification could block
indefinitely if the write stream was full or closed during shutdown.
Add a 2-second timeout inside the shield so the notification is
best-effort but never blocks session cleanup.
0 commit comments