fix another stupid bug
This commit is contained in:
parent
d3a44d5f0a
commit
7b5315d470
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class Session(object):
|
|||
if self.pc.iceConnectionState == "failed":
|
||||
await self.pc.close()
|
||||
self.pc = None
|
||||
await websocket.close(1008)
|
||||
await self.websocket.close(1008)
|
||||
return
|
||||
|
||||
@self.pc.on("track")
|
||||
|
|
Loading…
Reference in a new issue