[bug] board

This commit is contained in:
IrvingGao 2024-05-23 17:42:39 +08:00
parent 79a9fcae4b
commit c6931b1f9f
1 changed files with 1 additions and 1 deletions

View File

@ -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