Skip to content

0.33.1

Compare
Choose a tag to compare
@bgrainger bgrainger released this 20 Dec 20:41
· 2050 commits to master since this release
  • Add missing .ConfigureAwait(false)
    • Fixes a potential deadlock in clients that blocked on Tasks returned from async methods.