-
Notifications
You must be signed in to change notification settings - Fork 839
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
Support that server can request a restart from the client. #646
Comments
What about we don't spec it and mention a server that is in inconsistent state just stops and client is expected to restart it when necessary? |
I am just adding this to the new |
here's a scenario we're running into with Flow: you can pin your project to a specific version of flow by depending on that version of alternatively, maybe the server could exit with a particular exit code, like
|
Another possible use case is updating: if a server updates itself, it most likely will have to be restarted to use the new version. |
Are there any updates on the consideration of this proposal? Could a 'restart' request, sent by the server, be considered for 3.16? |
If a server got into an inconsistent state there is little the server can do to recover from this. We should consider to allow server to request:
The text was updated successfully, but these errors were encountered: