 
|
2015a566cb
|
Fix websocket reconnection (#3959)
The `onerror` event is only triggered if the buffer is full while the
socket is closed, while the `onclose` event is called for any kind of
disconnection: https://websockets.spec.whatwg.org/#closeWebSocket
Fixes: https://github.com/owncast/owncast/issues/3958
Co-authored-by: Alyssa Ross <hi@alyssa.is>
|
2024-10-22 16:29:46 -07:00 |
|