Skip to content
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

Friendly timeout message #3

Open
AMerkuri opened this issue Dec 18, 2019 · 1 comment
Open

Friendly timeout message #3

AMerkuri opened this issue Dec 18, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@AMerkuri
Copy link

AMerkuri commented Dec 18, 2019

Instead of client receiving regular timeout message is it possible to kick connecting client with message like "Server starting, try again in 30 seconds"?
McMyAdmin/AMP shows something like this:
image

@csauve csauve added the enhancement New feature or request label Dec 31, 2019
@csauve
Copy link
Owner

csauve commented Dec 31, 2019

Not sure how easy it is to send back this type of message from just the proxy level, so need to investigate what McMyAdmin/AMP is doing. Another potential solution is to have another "waiting room" server which is running on the cheap hardware and has a small readonly world. It should be possible to send clients there first, then once the real server has started it could use RCON to move clients to it and begin proxying that server instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants