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
Address review: settle registration on reconnect exhaustion; null-safe reply
- All three clients reject the registration waiter when reconnects are exhausted
before registering, so serve()/whenRegistered() no longer hang forever.
- TS onRegistered tolerates a null/undefined reply data (treats it as an invalid
reply hard-fail) instead of throwing a TypeError that misroutes to reconnect.
- Guard the Python reconnect tests against a race reading the re-register frame.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments