RELEASED: Public: October 15, 2025
Resolved issues
- WebSocket close handling when reason string exceeds limit (BEE-62321)
-
Closing a WebSocket connection could sometimes fail if the reason string was too long. The WebSocket limits close reason to 123 bytes, but in some cases the message being sent exceeded this limit, causing the close to fail. The close reason is now being truncated to comply with the protocol size limit.