bigbluebutton-Github/bigbluebutton-html5/imports
prlanzarin 10a6a840b5 fix(bbb-html5): crash on video-provider unmount
There's a race condition that may cause a client crash whenever a
video-provider's unmount procedure is run, but its signalling websocket
is undefined. The WS's callback handlers are re-assigned without
checking for the socket's availability, causing an unhandled TypeError.

The WS may be undefined in a couple of scenarios, e.g.: unmouting before
the socket was successfully set up, unmounting while a reconnect is in
place etc.

Check whether the socket exists before accessing it in video-provider's
componentWillUnmount routine.
2024-04-12 14:33:35 -03:00
..
api Merge pull request #19608 from lfzawacki/gladia-2.7 2024-03-07 15:32:54 -05:00
startup fix(bbb-html5): customHeartbeat would not close stale sessions, + (#19017) 2024-01-22 11:10:41 -05:00
ui fix(bbb-html5): crash on video-provider unmount 2024-04-12 14:33:35 -03:00
utils improve throttle function 2023-11-01 17:36:46 -03:00