Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

v3.2.3 Patch Release

Compare
Choose a tag to compare
@ayiemba ayiemba released this 17 Mar 20:39
· 84 commits to Dev since this release
cfb6242
  • 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