add generic commands

This commit is contained in:
2026-01-01 16:07:15 -05:00
parent 788dd10a91
commit 38abebcca8
2 changed files with 26 additions and 21 deletions

View File

@@ -362,10 +362,7 @@ mod tests {
.unwrap()
.unwrap();
// This should block as there should not be space in the queue
assert!(tlm_handle
.publish_now(false)
.now_or_never()
.is_none());
assert!(tlm_handle.publish_now(false).now_or_never().is_none());
let tlm_msg = timeout(Duration::from_secs(1), rx.recv())
.await