alset0326

Results 1 comments of alset0326

I have same issue too. And after some debug, I think the variable `controls.do_skip` not restored that cause the issue. ```rust /// sink.rs:88 .periodic_access(Duration::from_millis(5), move |src| { if controls.stopped.load(Ordering::SeqCst) {...