add generic commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user