Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Deadlock prone code in HttpConnection.cs #689: Changed synchron…
…ous methods in HttpConnection.cs to use Task.Run/await to avoid deadlocks in accordance with: https://learn.microsoft.com/en-us/archive/blogs/jpsanders/asp-net-do-not-use-task-result-in-main-context
- Loading branch information