mirror of
https://github.com/smittix/intercept.git
synced 2026-04-27 08:10:00 -07:00
stop() sets _ws = null before the async onclose fires, so the handler now early-returns when _ws is null instead of showing the misleading "WebSocket closed before ready" retry message. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>