From c6931b1f9f6de3128c325e6580d913cf035342c0 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Thu, 23 May 2024 17:42:39 +0800 Subject: [PATCH] [bug] board --- takway/clients/web_socket_client_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/takway/clients/web_socket_client_utils.py b/takway/clients/web_socket_client_utils.py index 8d05f56..96c0c9c 100644 --- a/takway/clients/web_socket_client_utils.py +++ b/takway/clients/web_socket_client_utils.py @@ -257,7 +257,7 @@ class WebSocketClinet: min_stream_record_time=recorder.min_stream_record_time, is_bgn=is_bgn, is_end=is_end) - + print(f"stream_reset_status: {stream_reset_status}, is_bgn: {is_bgn}, is_end: {is_end}, frame: {len(frames)}") if stream_reset_status: frames.clear() is_bgn = False