Skip to content

Fix possible static init order issue on application shutdown

Jonathan Kunstwald requested to merge feature/file-watcher-tweaks into develop

This fixes a possible stall on application shutdown, as well as a data race. Note that this still doesn't work properly on Linux, at least on the currently installed inotify-tools 3.14 at i8

Merge request reports