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
While porting #371 to support AddRaw from #289 I run into the following conundrum:
If I AddRaw a symlink, I can Remove that symlink from being watched just fine.
If I Add a symlink, I cannot Remove the symlink directly, but would have to resolve it first.
What should fsnotify do?
Are you able to reproduce the issue? Please provide steps to reproduce and a code sample if possible.