This commit is contained in:
parent
9ffe4d0ae0
commit
408803fe86
@ -88,7 +88,8 @@ impl<TmSender: EcssTmSender, TcInMemConverter: EcssTcInMemConverter> DirectPusSe
|
|||||||
Self::SERVICE_STR,
|
Self::SERVICE_STR,
|
||||||
e
|
e
|
||||||
);
|
);
|
||||||
return HandlingStatus::HandledOne;
|
// To avoid permanent loops on continuous errors.
|
||||||
|
return HandlingStatus::Empty;
|
||||||
}
|
}
|
||||||
match result.unwrap() {
|
match result.unwrap() {
|
||||||
DirectPusPacketHandlerResult::Handled(handling_status) => return handling_status,
|
DirectPusPacketHandlerResult::Handled(handling_status) => return handling_status,
|
||||||
|
@ -108,7 +108,8 @@ impl<TmSender: EcssTmSender, TcInMemConverter: EcssTcInMemConverter> DirectPusSe
|
|||||||
Self::SERVICE_STR,
|
Self::SERVICE_STR,
|
||||||
e
|
e
|
||||||
);
|
);
|
||||||
return HandlingStatus::HandledOne;
|
// To avoid permanent loops on continuous errors.
|
||||||
|
return HandlingStatus::Empty;
|
||||||
}
|
}
|
||||||
match result.unwrap() {
|
match result.unwrap() {
|
||||||
DirectPusPacketHandlerResult::Handled(handling_status) => return handling_status,
|
DirectPusPacketHandlerResult::Handled(handling_status) => return handling_status,
|
||||||
|
@ -88,7 +88,8 @@ impl<TmSender: EcssTmSender, TcInMemConverter: EcssTcInMemConverter> DirectPusSe
|
|||||||
Self::SERVICE_STR,
|
Self::SERVICE_STR,
|
||||||
e
|
e
|
||||||
);
|
);
|
||||||
return HandlingStatus::HandledOne;
|
// To avoid permanent loops on continuous errors.
|
||||||
|
return HandlingStatus::Empty;
|
||||||
}
|
}
|
||||||
match res.unwrap() {
|
match res.unwrap() {
|
||||||
DirectPusPacketHandlerResult::Handled(handling_status) => {
|
DirectPusPacketHandlerResult::Handled(handling_status) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user