bugfix
This commit is contained in:
parent
28593e279e
commit
48d5f3afeb
@ -120,7 +120,10 @@ class RTCLLM:
|
||||
await pc.close()
|
||||
if peer.dc:
|
||||
await peer.dc.close()
|
||||
|
||||
await self.ws_send(json.dumps({
|
||||
'type':'disconnect',
|
||||
'to': peer.info
|
||||
})
|
||||
peers = {
|
||||
k:v for k,v in self.peers.items() if k != peerid
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user