-
Notifications
You must be signed in to change notification settings - Fork 62
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
Automatically reconnect after netsplit #294
Comments
I was thinking of keeping the same process and just reconnecting to the server. That way, games or anything else going on would continue. |
https://gist.github.com/kuzetsa/5ab1adc2998913bd27d0e8247e7e8194 ^ thanks, if this issues doesn't actually go away, should I open a new issue or comment on this one? Edit / new remark: Oh, this issue is theoretically going to be closed once there's some commits (and/or testing) to fix the problem, I think? Either way is fine - just let me know if there's a preference for what should happen if there's further buggy "not sanely handling netsplits" etc. etc. etc. |
Well i don't think it's just net splits.. I had mine ping out in the past it never did reconnect till I restarted it |
Can't debug what I'm no longer running / I won't follow up up on this github issue. |
Right now we just leave the process hanging after a split when we detect a broken pipe error. This means you have to log into cli, Ctrl+C the process, and then start it up again. We should instead attempt to automatically reconnect on broken pipe:
The text was updated successfully, but these errors were encountered: