Skip to content

Commit

Permalink
わざと落としてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Nov 3, 2024
1 parent 4d8aab6 commit f4dd5a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,8 @@ def _on_disconnect(self, error_code: SoraSignalingErrorCode, message: str) -> No
if self._fake_video_thread is not None:
self._fake_video_thread.join(timeout=10)

self._sora = None

def _on_ws_close(self, code: int, reason: str) -> None:
print(f"WebSocket closed: code={code} reason={reason}")
self._ws_close = True
Expand Down

0 comments on commit f4dd5a8

Please # to comment.