From f430bf17e54854125d0d122666448de63e203382 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Tue, 18 Jun 2024 20:34:59 +0800 Subject: [PATCH] [client] fix bugs --- takway/clients/web_socket_client_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/takway/clients/web_socket_client_utils.py b/takway/clients/web_socket_client_utils.py index 2d79f3b..b14827e 100644 --- a/takway/clients/web_socket_client_utils.py +++ b/takway/clients/web_socket_client_utils.py @@ -385,7 +385,6 @@ class WebSocketClinet: break if self.interrupt_event.is_set(): - client.close_client() break response, data_type = client.receive_per_data()