mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-06 16:15:50 +08:00
- Add `writePing` to responses websocket writer to emit Ping control frames. - Send periodic keep-alive Ping frames based on streaming configuration during response forwarding. - Reset keep-alive interval upon receiving data chunks and abort session if ping write fails. Closes: #5413