-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot restart server right away. #31
Comments
It's true, the master server doesn't recognize server restarts. Every registration is considered new. AFAIK the previous versions recognized restarted servers by IP + name. I'll restore the functionality. |
@only-a-ptr How long does it take for the master server to clear out the entry? It says it is still registered, but does not show on http://multiplayer.rigsofrods.org/server-list |
@Dogy144 Sorry for the late response. It's really bad design. At the very least, the cleanup should be done at every request type, so we're not looking at dirty data. |
The problem is actually that the server doesn't shut down properly. |
How would you shut it down properly then? The only way that I know of is closing the prompt. |
@Dogy144 AFG says there's a bug in the server which causes bad shutdown. I faintly recall this was also happening to me. I'll take a look at it: #35 |
The master server currently just hides the server from the list, then deletes the entry later. It should delete the entry as soon the server fails to respond. |
You can not restart your server within a certain amount of time. You have to wait for the master server to clear out its entry.
Error:
Edit: Server was cleared from the master server, but the rorserver says it is still there.
The text was updated successfully, but these errors were encountered: