Azure.Messaging.ServiceBus_7.14.0
7.14.0 (2023-05-09)
Features Added
- The client-side idle timeout for connections can now be configured using
ServiceBusClientOptions
.
Bugs Fixed
-
Removed the 30 second cap applied when opening AMQP links; this allows developers to fully control the timeout for service operations by tuning the
TryTimeout
as appropriate for the application. -
Fixed potential
NullReferenceException
when using theServiceBusProcessor
orServiceBusSessionProcessor
.