mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 19:55:41 +00:00
* Add a simulation scenario to disconnect signal channel on resume - Requesting that scenario add that participant to a map with a timeout of 5 seconds. - If a resume (reconnect = 1) happens before the timeout, the signalling channel is closed immediately on resume. - There is a clean up worker which will remove entries from the map when they timout. - The participant is also removed from the map if the disconnect on resume is invoked once. * simulate disconnect signal on resume no messages * comment * comment * Close all retries * update deps * abort resume only if simulation applied * Revert SIP change