The Blazor JS Interop page contains the following example of disposing a JS Module: async ValueTask IAsyncDisposable.DisposeAsync() { if (module is not null) { await module.DisposeAsync(); } } However, this can
The exception should only affect currect blazor session, not the entire blazor app. w3wp.exe should not crash Steps To Reproduce clone this repo:https://github.com/Liero/BlazorDispatcherException run the solution open the url in multiple browser tabs ...