mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-16 03:31:10 +00:00
Reject realtime voice WebSocket frames above 256 KB before JSON parsing or bridge setup, and absorb ws error events so oversized frames close the connection instead of crashing the gateway. Local verification: - pnpm test extensions/voice-call/src/webhook/realtime-handler.test.ts - pnpm check Thanks @mmaps. Co-authored-by: mmaps <3399869+mmaps@users.noreply.github.com>