Compare commits

..

1 Commits

Author SHA1 Message Date
518028c8fc Mode Tree Feature Update 2025-02-05 16:14:19 +01:00

View File

@ -288,10 +288,12 @@ impl<
result.err().unwrap()
);
}
} else {
break;
}
}
Err(e) => match e {
satrs::queue::GenericReceiveError::Empty => (),
satrs::queue::GenericReceiveError::Empty => break,
satrs::queue::GenericReceiveError::TxDisconnected(e) => {
log::warn!("{}: failed to receive mode request: {:?}", self.dev_str, e);
}