-
Notifications
You must be signed in to change notification settings - Fork 6
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
Server shutdown RPC service #553
Labels
Milestone
Comments
scholarsmate
added
enhancement
New feature or request
grpc
gRPC
client
server
scala
javascript
labels
Feb 28, 2023
shanedell
added a commit
that referenced
this issue
Mar 3, 2023
- Add ServerControl related RPC to proto. - Wire in ServerControl to scala server code. - Wire ServerControl into typescript client code with stopServerGraceful and stopServerImmediate. Closes #553
shanedell
added a commit
that referenced
this issue
Mar 3, 2023
- Add ServerControl related RPC to proto. - Wire in ServerControl to scala server code. - Wire ServerControl into typescript client code with stopServerGraceful and stopServerImmediate. Closes #553
shanedell
added a commit
that referenced
this issue
Mar 3, 2023
- Add ServerControl related RPC to proto. - Wire in ServerControl to scala server code. - Wire ServerControl into typescript client code with stopServerGraceful and stopServerImmediate. Closes #553
shanedell
added a commit
that referenced
this issue
Mar 6, 2023
- Add ServerControl related RPC to proto. - Wire in ServerControl to scala server code. - Wire ServerControl into typescript client code with stopServerGraceful and stopServerImmediate. Closes #553
shanedell
added a commit
that referenced
this issue
Mar 8, 2023
- Add ServerControl related RPC to proto. - Wire in ServerControl to scala server code. - Wire ServerControl into typescript client code with stopServerGraceful and stopServerImmediate. Closes #553
shanedell
added a commit
that referenced
this issue
Mar 8, 2023
- Add ServerControl related RPC to proto. - Wire in ServerControl to scala server code. - Wire ServerControl into typescript client code with stopServerGraceful and stopServerImmediate. Closes #553
shanedell
added a commit
that referenced
this issue
Mar 8, 2023
- Add ServerControl related RPC to proto. - Wire in ServerControl to scala server code. - Wire ServerControl into typescript client code with stopServerGraceful and stopServerImmediate. Closes #553
shanedell
added a commit
that referenced
this issue
Mar 8, 2023
- Add ServerControl related RPC to proto. - Wire in ServerControl to scala server code. - Wire ServerControl into typescript client code with stopServerGraceful and stopServerImmediate. Closes #553
shanedell
added a commit
that referenced
this issue
Mar 8, 2023
- Add ServerControl related RPC to proto. - Wire in ServerControl to scala server code. - Wire ServerControl into typescript client code with stopServerGraceful and stopServerImmediate. Closes #553
shanedell
added a commit
that referenced
this issue
Mar 8, 2023
- Add ServerControl related RPC to proto. - Wire in ServerControl to scala server code. - Wire ServerControl into typescript client code with stopServerGraceful and stopServerImmediate. Closes #553
github-project-automation
bot
moved this from Todo
to Done
in OmegaEdit and VSCode Plugin
Mar 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There needs to be an RPC service that can shutdown the RPC server.
The rpc service can be defined as follows:
The text was updated successfully, but these errors were encountered: