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(tests): eliminate race condition in WebSocket test message listeners
Replace shared-resolver pattern with ws.once() so each message handler
is self-contained; also close the msgpack WebSocket after its test to
avoid leaking connections.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments