fix(event loop): disconnect all clients before drop
This commit is contained in:
@@ -69,6 +69,7 @@ impl EventLoop {
|
||||
}
|
||||
}
|
||||
|
||||
clients.clear(); // for better log messages
|
||||
println!("Event loop gracefully finished");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user