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
queue and outgoing are separate directories. However, adding a file to queue results in INOTIFY2 displaying, not INOTIFY1 as I would expect. Furthermore, if I create a second Inotify() instance (this.inotify2) and add the second watch to that, I get the correct behaviour for "queue". Unfortunately, "outgoing" fails to respond to changes in that directory in either case.
The text was updated successfully, but these errors were encountered:
In the following snippet:
queue and outgoing are separate directories. However, adding a file to queue results in INOTIFY2 displaying, not INOTIFY1 as I would expect. Furthermore, if I create a second Inotify() instance (this.inotify2) and add the second watch to that, I get the correct behaviour for "queue". Unfortunately, "outgoing" fails to respond to changes in that directory in either case.
The text was updated successfully, but these errors were encountered: