fix to avoid burning through CPU time
This commit is contained in:
@ -69,9 +69,9 @@ impl Service17CustomWrapper {
|
||||
}
|
||||
}
|
||||
PusPacketHandlerResult::Empty => {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
true
|
||||
false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user