Replies: 2 comments 1 reply
-
You are spawning jobs faster than dispatcher is able to process them. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Clearly, that's not the issue. This code doesn't cause any problems in WPF. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I tried to migrate code from WPF to Avalonia, I noticed that the memory and CPU usage were higher than before. So, I started removing some code to debug, and discovered that this particular piece of code causes the memory and CPU to keep surging. I don't know the reason. Could someone please help explain why?
Removing this enumeration 'DispatcherPriority.Background' resolves the issue
Beta Was this translation helpful? Give feedback.
All reactions