> > > Are you using timers in any way? > > > > Yes, I call co_sleep_ns(rt_clock, delay) to limit rate to output > > stream. > > Use block_job_sleep_ns instead, and only call it when no I/O is pending.
Thanks, that works!
> > > Are you using timers in any way? > > > > Yes, I call co_sleep_ns(rt_clock, delay) to limit rate to output > > stream. > > Use block_job_sleep_ns instead, and only call it when no I/O is pending.
Thanks, that works!