veloren/server
Marcel Märtens 8b40f81ee2 No longer block the main thread for client connections, new clients will be handled by server without waiting.
- Instread we have a dedicated thread that will async wait for new participants to connect and then notify the main thread
- registry no longer sends a view distance with it.
- remove ClientMsg::Command again as it's unused
2020-10-11 22:55:02 +02:00
..
src No longer block the main thread for client connections, new clients will be handled by server without waiting. 2020-10-11 22:55:02 +02:00
Cargo.toml * Moved migrations to beginning of server initialisation 2020-09-17 23:02:14 +00:00