0.33.1
- Add missing
.ConfigureAwait(false)
- Fixes a potential deadlock in clients that blocked on
Task
s returned from async methods.
- Fixes a potential deadlock in clients that blocked on
.ConfigureAwait(false)
Task
s returned from async methods.