e3f46d775a062355c1d6ec9ccd30a23b1c07d453
- Introduce handling for LWS_CALLBACK_RECEIVE_PONG to manage Pong frames received from clients. - Update the WebSocketUserData structure to increase MAX_PING_TIMEOUTS from 3 to 5, allowing more attempts before disconnection. - Extend PONG_TIMEOUT_SECONDS from 10 to 60 to accommodate longer response times from browsers. - Modify ping handling to send a WebSocket Ping frame instead of a text message for better protocol compliance.
Description
No description provided
Languages
JavaScript
68.4%
Vue
22.6%
Kotlin
5.4%
C++
2.2%
Shell
0.9%
Other
0.2%