We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ac748 commit 54ecc18Copy full SHA for 54ecc18
AsyncTesting/Commands/SaveWithNoDeadlock.cs
@@ -24,8 +24,6 @@ public void Execute(object parameter)
24
TheViewModel vm = parameter as TheViewModel;
25
vm.CurrentThreadID = Thread.CurrentThread.ManagedThreadId;
26
27
- //Blocks while CallSomethingAsync runs. CallSomethingAsync
28
- //cannot resume on the context because .Result is blocking.
29
string msg = CallSomethingAsync(vm).Result;
30
31
vm.UpdateDescription(msg);
0 commit comments