Browse Source
Prevent random dispatcher deadlocks (#14229)
Co-authored-by: Lubomir Tetak <l.tetak.ext@sportradar.com>
pull/14513/head
Lubomir Tetak
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
src/Avalonia.Base/Threading/Dispatcher.Queue.cs
|
|
|
@ -194,7 +194,6 @@ public partial class Dispatcher |
|
|
|
|
|
|
|
if (Now - backgroundJobExecutionStartedAt.Value > _maximumInputStarvationTime) |
|
|
|
{ |
|
|
|
_signaled = true; |
|
|
|
RequestBackgroundProcessing(); |
|
|
|
return; |
|
|
|
} |
|
|
|
|