Larger update #49

Merged
muellerr merged 41 commits from this-is-complex into main 2023-07-08 15:02:42 +02:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 831cb46059 - Show all commits

View File

@ -388,7 +388,6 @@ fn main() {
break;
}
}
thread::sleep(Duration::from_millis(200));
})
.unwrap();

View File

@ -69,9 +69,9 @@ impl Service17CustomWrapper {
}
}
PusPacketHandlerResult::Empty => {
return false;
return true;
}
}
true
false
}
}