DarkflameServer/dMasterServer
David Markowitz b55606d41e
Fix the issue where we would create new worlds on ports that were still being used (#625)
* Wait for world to shutdown

We need to wait for the message that the world has shutdown before shutting it down.

* Dont sent people to dead instances

* Added shutting down check

Added check for isShuttingDown

* Update when we remove from master
2022-07-18 18:08:33 -05:00
..
CMakeLists.txt Update CMake configuration for easier maintenance (#642) 2022-07-17 00:24:16 +01:00
InstanceManager.cpp Fix the issue where we would create new worlds on ports that were still being used (#625) 2022-07-18 18:08:33 -05:00
InstanceManager.h Fix the issue where we would create new worlds on ports that were still being used (#625) 2022-07-18 18:08:33 -05:00
MasterServer.cpp Fix the issue where we would create new worlds on ports that were still being used (#625) 2022-07-18 18:08:33 -05:00
ObjectIDManager.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ObjectIDManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00