This repository has been archived by the owner on Jul 11, 2021. It is now read-only.
v3.2.3 Patch Release
- Fix for Potential deadlock when using Non-Async methods: Methods reverted to GetAwaiter().GetResult() instead of Task.Result. Non-async calls should be avoided if possible.
- Introduced Cancellation Tokens to all httpClient network calls
- Improved error handling