pub const MAX_FRAME_SIZE: usize = 65535; // 65_535usize
The maximum frame size for WebSockets.
This constant defines the maximum size of a WebSocket frame that can be processed.