Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On FreeBSD notifications are only delivered using RecursiveMode::Recursive #577

Open
GyulyVGC opened this issue Mar 20, 2024 · 0 comments
Open

Comments

@GyulyVGC
Copy link

System details

  • OS/Platform name and version: FreeBSD 13.2
  • Rust version (if building from source): 1.74.1
  • 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant