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
There's currently an issue that needs to have a merge-conflict resolved that fixes a bug having to do with new directories not being registered recursively: Fixed bug: mkdir -p foo/bar,InotifyTree(s) not add watch bar #31 . If the OP can't get the conflicts resolved in the next couple of days, then I'll do it.
There might occasionally be side effects due to recursive support not being in the kernel, but this was considered the lesser evil by the designers, rather than imposing a potentially high-cost to support this on the kernel. We just can't prevent some race conditions when a large number of changes are made at high-velocity.
The following scenario does not work as expected:
-> Path already being watched: [path of the directory]
The text was updated successfully, but these errors were encountered: