WIP Consider also waveform channels for pulse mapping

This commit is contained in:
Dominik Werder
2023-01-10 16:30:47 +01:00
parent 6b974e572f
commit 4a75793281
11 changed files with 237 additions and 76 deletions

View File

@@ -195,7 +195,7 @@ async fn events_conn_handler_inner_try(
})
.then(|(item, n, d)| async move {
if let Some(d) = d {
debug!("sleep {} times {:?}", n, d);
warn!("sleep {} times {:?}", n, d);
tokio::time::sleep(d).await;
}
item