Skip to content

Microsoft Azure IoT Hub SDK for .NET Long Term Support Patch 2020-1-31

Compare
Choose a tag to compare
@drwill-ms drwill-ms released this 03 Apr 18:42

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.