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
review: guard close() cancels per entry, register reconnection entry before scheduler runs
- close() wraps each user-supplied cancel in try/catch, routing throws
to onerror so shutdown neither skips remaining cancels nor rejects
(the existing throwing-cancel test now pins the contained behavior).
- The pending-reconnection entry is registered before the scheduler is
invoked, so a synchronously-firing custom scheduler deregisters it
instead of leaving a stale entry until close().
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Eqc26ABfbhTimyUUszsUxL
0 commit comments