rjeczalik / notify

File system event notification library on steroids.
MIT License
902 stars 128 forks source link

Forward FSEventsUserDropped, FSEventsKernelDropped, FSEventsMustScanSubDirs #175

Closed matarc-zz closed 3 years ago

matarc-zz commented 5 years ago

In its current implementation, the FSEvents watcher ignores and doesn't forward those 3 events. At the very least if they are triggered, the user should be notified if he subscribed to them.

rjeczalik commented 3 years ago

@matarc-zz Makes sense, thanks!