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
Update MakeHttpRequest to use TaskFactory for async tasks
MakeHttpRequest is an async method which is called in synchronous way
In order to avoid a deadlock (for example, when run using XUnit),
we create a new task to run the async method.
Signed-off-by: Jim Evans <[email protected]>
0 commit comments