This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) * Fixes issue #6898 FileWatcherService locks UI Thread on linux. In conjunction with the mono patch: mono/mono#12432 I think the mono patch is the real fix here but I optimized the UpdateWatchers. * Update FileWatcherService.cs * [Core] Fixed unit tests. The toRemove list can easily be converted to a static field as well - only used in a static method inside a lock without a way of recursion.
- Loading branch information