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

Make sure all the clients have been freed before allowing wsm_fini() #9

Open
mupuf opened this issue Oct 10, 2014 · 0 comments
Open
Labels
Milestone

Comments

@mupuf
Copy link
Owner

mupuf commented Oct 10, 2014

wsm_fini() should either kill all the clients or return an error if some clients still depend on it.

We could implement that by having the list of clients in libwsm or just count the number of clients. I would prefer having the first as the more information we have, the better!

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

No branches or pull requests

2 participants