-
feat(websocket): queue typed routing bursts instead of closing the peer connection
released this
2026-08-04 23:32:25 +00:00 A peer exceeding its concurrent text-routing slots had its WebSocket
closed with 1013, so legitimate request bursts dropped the connection.
Excess requests now wait in a bounded per-peer room and start as slots
free up; only outrunning that room closes the peer, leaving the
denial-of-service ceiling unchanged.Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Downloads