Microsoft.Azure.Devices.Client v1.21.1
- Perform consistent hashing in assigning connections to the connection pool.
- AMQP resources are no longer disposed on disconnection.
- AMQP resources are locked to allow synchronized access.
- AMQP resources are created prior to access.
AmqpTransportHandler
is not disposed on disconnection.- Catch exception while creation of AMQP resources, and if not recoverable, close and recover the owner resource (eg: non-recoverable link creation failure will close and recover the session, non-recoverable session creation failure will close and recover the connection).
AmqpUnitManager
will handle the lifetime ofAmqpUnit
.
Device Explorer v1.6.1
- Updated the reference to Microsoft.Azure.Devices v1.18.1.
- Updated the reference to Microsoft.Azure.Devices.Shared v1.16.0.
- Updated the reference to Microsoft.Azure.Amqp v2.4.2.