This commit is contained in:
yumoqing 2024-09-03 16:35:03 +08:00
parent 48d5f3afeb
commit c455615478

View File

@ -123,7 +123,7 @@ class RTCLLM:
await self.ws_send(json.dumps({
'type':'disconnect',
'to': peer.info
})
}))
peers = {
k:v for k,v in self.peers.items() if k != peerid
}