[client] fix bugs

This commit is contained in:
IrvingGao 2024-06-18 20:34:59 +08:00
parent 032c295d0c
commit f430bf17e5
1 changed files with 0 additions and 1 deletions

View File

@ -385,7 +385,6 @@ class WebSocketClinet:
break break
if self.interrupt_event.is_set(): if self.interrupt_event.is_set():
client.close_client()
break break
response, data_type = client.receive_per_data() response, data_type = client.receive_per_data()