[client] fix bugs

This commit is contained in:
IrvingGao 2024-06-18 17:14:01 +08:00
parent 30292e096b
commit 5370242726
1 changed files with 1 additions and 0 deletions

View File

@ -405,6 +405,7 @@ class WebSocketClinet:
self.speaking_event.clear()
# print(f"listening_event: {self.listening_event.is_set()}, speaking_event: {self.speaking_event.is_set()}")
break # 如果没有接收到消息,则退出循环
client.close_client()
def audio_play_process(self):