Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ConfigureAwait(false) after GetAsync method of HttpClient to le…
…t the code after the callback (await) run in the same thread as created in the GetAsync method. By default this is not the case and when running this code on the UI thread it will cause the UI thread to hang (deadlock).
- Loading branch information