You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a new directory is detected watch the entire subtree (#3)
* update to latest fsnotify and alpinelinux
* add debug to watch for possible missing fsnotify events
* excise dead code
* WatchFolderRecursive and RecursiveWatcher.Run race for fsnotify Events causing inconsistent behavior RecursiveWatcher.Files had no receiver so RecursiveWatcher.Run eventually deadlocks
* when a new directory detected watch the entire subtree
* test creating directory for RecursiveWatcher
0 commit comments