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
I was wondering as on Windows the Observer is a hit or miss thing with catching all events in a directory, is there a way to execute a manual poll on the observed directory (like probably the PollingObserver uses), that would then list all the changes?
The thinking here is that a manual poll is executed every time a system event is triggered in a Observer then emit all the detected changes, instead of on an interval like the PollingObserver does.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I was wondering as on
Windows
theObserver
is a hit or miss thing with catching all events in a directory, is there a way to execute a manual poll on the observed directory (like probably thePollingObserver
uses), that would then list all the changes?The thinking here is that a manual poll is executed every time a system event is triggered in a
Observer
then emit all the detected changes, instead of on an interval like thePollingObserver
does.Thanks
The text was updated successfully, but these errors were encountered: