Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Fixes issue #6898 FileWatcherService locks UI Thread on linux. In (#6900
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
mkrueger authored and Therzok committed Jan 18, 2019
1 parent a1b9a06 commit 02b2ca3
Showing 1 changed file with 313 additions and 316 deletions.
Loading

0 comments on commit 02b2ca3

Please sign in to comment.