yuanchuan / node-watch

A wrapper and enhancements for fs.watch
https://npm.im/node-watch
MIT License
340 stars 44 forks source link

multiple events for a file sent over network #98

Closed GregMydlarz closed 4 years ago

GregMydlarz commented 4 years ago

https://stackoverflow.com/questions/62775064/node-watch-windows-multiple-events-for-a-file-sent-over-network

I tried the code suggested in the #23 but no results.

yuanchuan commented 4 years ago

There is no simple fix. How about to increase the delay?

https://github.com/yuanchuan/node-watch#options

yuanchuan commented 4 years ago

Closing it by now. I see this is not an issue with node-watch itself.