Replies: 1 comment
-
@AndnixSH I believe we'll need to move the implementation of this sink into a PeriodicBatchingSink that throttles the amount of messages that are posted to the control (and waits for it to render before sending more). |
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
-
WPF RichTextBox have a known issue that it freezes when appending multiple times in a short period of time. It can be replicated when looping like this
I can put a limit to show less infomation but that's not really a solution. I'm using 3rd party command line tools that prints a lot of outputs that RichTextBox can't handle
Does anyone know the best practices to prevent it?
Beta Was this translation helpful? Give feedback.
All reactions