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 service on error #156

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

julianmesa-gitkraken
Copy link
Contributor

At now when you get an error in the library the service is not stopped, so all resources are not released.
This is a breaking change because if you try to stop the service after an error, you will get an exception.

This way the watcher will release all RAM used for watching the inodes on linux.
Now when the service receives an error, the watcher stops releasing all resources, so if you try to stop the service after an error, you will get an exception.
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

Successfully merging this pull request may close these issues.

1 participant