mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-11 13:54:41 +00:00
Clear clients list on call end in WebAudioBridge to prevent memory leaks
This commit is contained in:
@@ -231,6 +231,7 @@ class WebAudioBridge:
|
||||
|
||||
def on_call_ended(self):
|
||||
with self.lock:
|
||||
self.clients.clear()
|
||||
self.tx_source = None
|
||||
self.rx_sink = None
|
||||
self.rx_tee = None
|
||||
|
||||
Reference in New Issue
Block a user