You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the command handler is called asynchronously, we can use async/await instead of GetAwaiter.GetResult. I suspect this may be the source of some deadlocks we are seeing.