Files
Pablo Fuente Pérez f6608977f0 Fix race condition on Participant.updateState (#2401)
The comparisson between the last and current ParticipantInfo_State wasn't atomic. This sometimes resulted in two calls to onStateChange method for the same participant state. In the end this was reflected in two ACTIVE events being generated for the same participant at exactly the same moment. The fix actually uses the atomic method Swap to properly protect the "compare and set" operation and avoid any race condition.
2024-01-22 17:11:34 -08:00
..
2023-07-27 16:43:19 -07:00
2023-11-07 19:19:07 -08:00
2023-08-02 16:12:23 +08:00
2023-11-07 19:19:07 -08:00
2023-11-29 15:40:01 +05:30
2023-12-02 15:07:31 -08:00
2023-07-27 16:43:19 -07:00
2023-08-02 16:12:23 +08:00