Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information