rungwiroon / BlazorGoogleMaps

Blazor interop for GoogleMap library
MIT License
319 stars 102 forks source link

Handling JSDisconnectedExceptions when disposing map after circuit was disconnected #273

Closed turner11 closed 1 year ago

turner11 commented 1 year ago

e.g. upon page refresh
Note: Unfortenatly, JSDisconnectedException is available in dotnet >= 6.0, and not in dotnet standard, so esentially all exceptions are swalloed in MapComponent::DisposeAsyncCore

Fixes #272