Skip to content

Commit d79f3ef

Browse files
committed
Revert "わざと落としてみる"
This reverts commit f4dd5a8.
1 parent f4dd5a8 commit d79f3ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,6 @@ def _on_disconnect(self, error_code: SoraSignalingErrorCode, message: str) -> No
416416
if self._fake_video_thread is not None:
417417
self._fake_video_thread.join(timeout=10)
418418

419-
self._sora = None
420-
421419
def _on_ws_close(self, code: int, reason: str) -> None:
422420
print(f"WebSocket closed: code={code} reason={reason}")
423421
self._ws_close = True

0 commit comments

Comments
 (0)