Allow sampler step events to overrun; only 1s period
parent
c1201c164c
commit
f8ab3bde35
|
@ -529,7 +529,9 @@ async def open_sample_stream(
|
||||||
assert len(first) > 1
|
assert len(first) > 1
|
||||||
|
|
||||||
async with (
|
async with (
|
||||||
ctx.open_stream() as istream,
|
ctx.open_stream(
|
||||||
|
allow_overruns=True,
|
||||||
|
) as istream,
|
||||||
|
|
||||||
# TODO: we DO need this task-bcasting so that
|
# TODO: we DO need this task-bcasting so that
|
||||||
# for eg. the history chart update loop eventually
|
# for eg. the history chart update loop eventually
|
||||||
|
|
Loading…
Reference in New Issue