67fca54d76
Scenario: presenter`s client could crash when the presenter changed while they were sharing their screen That is due to a race condition on the stop procedure in the bridge: two stops can be triggered (one from the server-side websocket tear off and another from the client itself detecting the presenter change) That could create a scenario where the broker was cleaned in one stop procedure after the second had checked its availability, causing an attribute access of a null member |
||
---|---|---|
.. | ||
client/bridge | ||
server | ||
index.js |