small improvements + players cmd + cleanup

This commit is contained in:
Luuk van Oijen
2023-11-23 16:03:31 +01:00
parent f0a5fa48b8
commit 39028ba4d7
4 changed files with 60 additions and 14 deletions

View File

@@ -288,7 +288,6 @@ impl Server {
}
if set.is_empty() == false {
info!("what!");
// Because join_next() is cancel safe, we can simply cancel it after N duration
// so at worst this client acceptance loop blocks for N duration
tokio::select! {