server
server copied to clipboard
Gracefully shut down server
When the server is instructed to shut down, it should wait for any existing games to end in a reasonable time frame (30 min) and deny any user to start a new game or lobby. After the delay or once no games are live anymore, the server can shut down gracefully. This will minimize the amount of ghost games on server restart.