howeyc/fsnotify

Not able to remove file watcher.

gaplyk opened this issue · 0 comments

I need to remove file watcher and calling method Remove(...) but looks like this method is waiting for finish from ignoreLinux and this function was not invoked before.

Please introduce another function to remove just watcher without deleting of the file or fix this issue.