Consider making BlazorWebView Android 'fire and forget' disposal on by default #24250
Labels
area-blazor
Blazor Hybrid / Desktop, BlazorWebView
fixed-in-9.0.0
platform/android 🤖
s/triaged
Issue has been reviewed
Task
neither bug nor feature but something that needs to be done in support of either
Milestone
In #22496 an optional switch was added to make BlazorWebView on Android do fire-and-forget for its disposal instead of blocking, and sometimes causing a deadlock, and thus an app hang.
From user reports it seems that the switch is helpful to anyone who previously experienced a hang without the switch.
What's not clear is whether the switch has any negative effects for apps that were not previously experiencing any problems. And there appears to be one case where setting the switch makes the app behave better, but the app still has a problem.
The text was updated successfully, but these errors were encountered: