AsyncBridge
AsyncBridge copied to clipboard
Deadlock in MVC partial view render.
Hi,
Using Html.RenderAction in a razor view in combination of Async Brige in a controller method cause a deadlock.
I know MVC does not support async methods for partial view, that why I was hoping Async Bridge could help.
Thanks.