Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
917 stars 176 forks source link

Exception in DiagramCanvas due to race condition #454

Open toluwtglobal opened 3 days ago

toluwtglobal commented 3 days ago

In DiagramCanvas reference error is thrown when un-subcribing from resize event during dispose. This is cause by race conditions as the method is executing synchronously. WE have created a PR for making the execution asynchronous. See PR link below.

https://github.com/Blazor-Diagrams/Blazor.Diagrams/pull/453