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
perf(transport): use tiny probe timeout in isConnected so idle sockets don't block
The liveness probe read under READ_TIMEOUT_MS (100ms), so a healthy but idle
socket — the normal between-transactions state — made every pre-send check wait
the full reader timeout. Set a 1ms soTimeout for the probe (safe under ioLock,
restored before releasing), so an alive idle socket returns near-instantly while
a peer-closed socket still reports EOF immediately.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments