gmethvin / directory-watcher

A cross-platform Java recursive directory watcher, with a JNA macOS watcher and Scala better-files integration
Apache License 2.0
264 stars 34 forks source link

Question on Using 2 Classes #51

Open davydotcom opened 4 years ago

davydotcom commented 4 years ago

I have an implementation that uses MacOSXListeningWatchService directly.

There are 2 parts that use it. A runtime and an agent. Does using 2 of these in one process have conflicts. It is appearing as if im no longer receiving events from one use case

gmethvin commented 4 years ago

Can you provide some sample code to reproduce the problem? I am not aware of any specific limitation, but I haven’t tested that many different configurations.