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