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
Notify version (or commit hash if building from git): 6.1.1
What you did (as detailed as you can)
I was watching in NonRecursive mode a directory containing a single file.
What you expected
I expected to get notifications on file changes.
What happened
No notifications were delivered.
I fixed the issue by setting RecursiveMode::Recursive, even if the folder just contain a simple file (no nested folders).
This only happens on FreeBSD... maybe a problem with kqueue?
The text was updated successfully, but these errors were encountered:
System details
What you did (as detailed as you can)
I was watching in
NonRecursive
mode a directory containing a single file.What you expected
I expected to get notifications on file changes.
What happened
No notifications were delivered.
I fixed the issue by setting
RecursiveMode::Recursive
, even if the folder just contain a simple file (no nested folders).This only happens on FreeBSD... maybe a problem with
kqueue
?The text was updated successfully, but these errors were encountered: