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

stop_remote_server should return True/False depending was server stopped or not #16

Closed
pekkaklarck opened this issue Mar 12, 2014 · 0 comments
Assignees
Milestone

Comments

@pekkaklarck
Copy link
Member

Currently this method always returns True simply because all XML-RPC methods need to return something. This should be changed so that True is returned only if stopping server was allowed and False should be returned otherwise. After this external tools stopping the server can know was the server actually stopped or not.

As a separate task outside the scope of this project, the remote library API documentation needs to be updated to recommend that stop_remote_server returns True/False.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant