Skip to content

Commit

Permalink
Revert "わざと落としてみる"
Browse files Browse the repository at this point in the history
This reverts commit f4dd5a8.
  • Loading branch information
melpon committed Nov 3, 2024
1 parent f4dd5a8 commit d79f3ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,6 @@ 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 d79f3ef

Please # to comment.