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

Can't reinstall watch for recreated directory #2

Open
SF-300 opened this issue Aug 6, 2017 · 0 comments · May be fixed by #6
Open

Can't reinstall watch for recreated directory #2

SF-300 opened this issue Aug 6, 2017 · 0 comments · May be fixed by #6

Comments

@SF-300
Copy link

SF-300 commented Aug 6, 2017

Hi,

After the directory is deleted without explicit unwatch() call and then recreated under the same name, it becomes impossible to watch it cause the library thinks that the alias(which defaults to path) is already registered. I believe that IGNORED flag should be checked for each event in get_event() coroutine and alias info should be purged on match.

@marksteward marksteward linked a pull request Oct 9, 2018 that will close this issue
marksteward added a commit to marksteward/aionotify that referenced this issue Nov 5, 2018
marksteward added a commit to marksteward/aionotify that referenced this issue Nov 5, 2018
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 a pull request may close this issue.

1 participant