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