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

Method documentation is insufficient for Shuwdown operations #66

Open
git-hub-user opened this issue Jun 7, 2019 · 0 comments
Open

Comments

@git-hub-user
Copy link

I am confused by the 4 methods related to shutting down:

- public void Shutdown()
- public Task ShutdownAsync()
- public void ServerShutdown()
- public Task ServerShutdownAsync()

Are the following observations correct?

  1. After some fiddlig, I found out that Shutdown() shuts down the parent RServe process and the forked child processes. ServerShutdown() shuts down only the child process for the connection it is being called upon.
  2. ServerShutdown() has a comment "This command is asynchronous!", but this is not actually run asynchronously.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant