-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
When logging a large number of complex messages to the RichTextBox sink, the application could freeze, throw exceptions, or slow down due to excessive garbage collection.
- Rapid logging caused the UI to become unresponsive due to too many queued UI updates.
- Disposing the sink after heavy use could throw ArgumentOutOfRangeException from RtfBuilder.Clear().
Reproduction steps:
- Fill the logger up till max
- Rapidly click the "Complex" button in the Demo form
- The logger should freeze
- Click dispose
Metadata
Metadata
Assignees
Labels
No labels