From d79f3ef377d59208e96f48867b40894ccfeb9803 Mon Sep 17 00:00:00 2001 From: melpon Date: Sun, 3 Nov 2024 14:07:03 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"=E3=82=8F=E3=81=96=E3=81=A8=E8=90=BD?= =?UTF-8?q?=E3=81=A8=E3=81=97=E3=81=A6=E3=81=BF=E3=82=8B"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f4dd5a8a73955044516c52617264025067160d63. --- tests/client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/client.py b/tests/client.py index a3328c7..13aea57 100644 --- a/tests/client.py +++ b/tests/client.py @@ -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