mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
35aaa5d9fc
## Why We saw Responses websocket sessions recover only after a long quiet period when the server had already logged the websocket as disconnected. The normal connect path is already bounded by `websocket_connect_timeout_ms`, but the first request send on an established websocket reused only the receive-side idle timeout after the write completed. If the socket write/pump stalls, the client can sit in `ws_stream.send(...)` without reaching the existing receive timeout.
35aaa5d9fc
ยท
2026-05-01 23:33:32 -07:00
History