Open aplteam opened 11 months ago
There are no "threads running the file system watcher", threads are created to handle FSW events as they are generated by instances FSW objects. In this case, it looks like the bit of code that is supposed to get rid of the FSW (Watcher.DisposeFSW) is hanging on the .Net call to the Dispose method. If you are able to reproduce this, I'm keen to take a look.
I led a function doing the critical steps in an endless loop but gave up after 100,000 laps.
However, I've seen this before, so it's a problem that shows every now and then.
Describe the bug
When I break a Link, shouldn't Link kill the threads running the FileSystemWatcher?
What I did:
For the record: my <02139>