[bug] board
This commit is contained in:
parent
79a9fcae4b
commit
c6931b1f9f
|
@ -257,7 +257,7 @@ class WebSocketClinet:
|
||||||
min_stream_record_time=recorder.min_stream_record_time,
|
min_stream_record_time=recorder.min_stream_record_time,
|
||||||
is_bgn=is_bgn,
|
is_bgn=is_bgn,
|
||||||
is_end=is_end)
|
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:
|
if stream_reset_status:
|
||||||
frames.clear()
|
frames.clear()
|
||||||
is_bgn = False
|
is_bgn = False
|
||||||
|
|
Loading…
Reference in New Issue