fix(event loop): disconnect all clients before drop

This commit is contained in:
Nova
2022-07-14 08:11:02 -04:00
parent 0e3313b056
commit 58b0ae1f9f

View File

@@ -69,6 +69,7 @@ impl EventLoop {
}
}
clients.clear(); // for better log messages
println!("Event loop gracefully finished");
Ok(())
}