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
I am facing a problem where a directory is removed.
Example:
notify.Watch("/foo/...", events...)
A path inside foo is removed once in a while (I can't control it). How can I unwatch that removed directory? I tried to rewatch it using the Watch function but it did not work.
The underlying watcher is inotify
The text was updated successfully, but these errors were encountered:
I am facing a problem where a directory is removed.
Example:
A path inside foo is removed once in a while (I can't control it). How can I unwatch that removed directory? I tried to rewatch it using the Watch function but it did not work.
The underlying watcher is inotify
The text was updated successfully, but these errors were encountered: