Open thorichelli opened 4 years ago
Is it possible to watch multiple files with a single file watcher instance? Files are not in same directory.
Just want to add I have the same problem, this should be easy to solve.
Spawning a new watcher for every file seems dangerous, because you gonna run into thread issues.
Is it possible to watch multiple files with a single file watcher instance? Files are not in same directory.