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
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.
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