After the wizard types @shutdown, the mud does not stop immediately -- it remains in poll until another network event enters the queue or a timeout occurs.
Logged In: YES user_id=15747
Fixed by adding a check for server termination before entering poll() in the main loop.
Log in to post a comment.
Logged In: YES
user_id=15747
Fixed by adding a check for server termination before
entering poll() in the main loop.