Stop Mode
Stop mode allows a game server to gracefully shutdown by sending a stop signal to the server. The stop signal might be one of the various commands such as stop
,quit
,exit
etc. In some cases, this is important to give the server time to save its state.
Last updated