This release is a patch for the 2020-1-31 LTS release. It contains a fix for an HttpClient reuse issue.
Microsoft.Azure.Devices v1.18.5
- Reuse HttpClient instances (#1276), avoiding a known issue with
HttpClient.Dispose()
that can cause TCP socket exhaustion under heavy load.