Unhandled TaskCanceledException in ActionThrottler.Call #411
Labels
bug
Something isn't working
has workaround
priority 1
might not be fixed in the next release of the library, but it will soon!
When I close my application while the chart is running in a real-time configuration, it throws an exception in the dev environment.
This exception was originally thrown at this call stack:
This is a two series chart using LineSeries{TimeSpanPoint}. Data is being added to the series at about 10Hz. I've only seen the exception occur on a hard close of the application (Windows "X" button). The business logic in my application which fires the event that updates the chart is being stopped prior to application termination (via IDisposable pattern) however, this happens in other areas of the application other than a hard close and produces no errors.
The text was updated successfully, but these errors were encountered: