alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Fix form disposed while opening sometimes throwing an exception #123

Closed alexnoddings closed 6 months ago

alexnoddings commented 6 months ago

TyneFormBase occasionally throws an exception if it's disposed while opening.

alexnoddings commented 6 months ago

Issue reported on v3.2.2, before the changes in v3.3.0 which modify the CancellationTokenSource usage (and inadvertently fixed this issue)