-
- Downloads
Add keep alive message to audio's websocket
This was added as an option (websocketKeepAliveInterval), which is the interval to send keep alive messages. Setting websocketKeepAliveInterval to 0 disables the keep alive, producing the same old behavior. This helps avoid websocket disconnection due to socket inactivity, preventing it to unnecessarily reconnect. Also, sometimes reconnect fails and error 1005 is triggered. Fixes problems reported in #10985. Also reduces occurrences of error 1005.
Loading
Please register or sign in to comment