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
When using ContinueWith on a Task, accessing a task.Result shouldn't really trigger "AsyncConverter.AsyncWait". The task has finished execution and is either completed, faulted or cancelled. There is no point in awaiting on it, or is there?
The text was updated successfully, but these errors were encountered:
When using ContinueWith on a Task, accessing a task.Result shouldn't really trigger "AsyncConverter.AsyncWait". The task has finished execution and is either completed, faulted or cancelled. There is no point in awaiting on it, or is there?
The text was updated successfully, but these errors were encountered: