github Azure/azure-sdk-for-java azure-core-amqp_2.3.1

latest releases: spring-cloud-azure_5.14.0, spring-cloud-azure-dependencies_5.14.0, spring-cloud-azure-starter-appconfiguration-config_5.14.0...
2 years ago

2.3.1 (2021-08-19)

Bug Fixes

  • Fixed a bug where SendTimeout-timer thread was not being disposed of resulting in lingering
    threads when a send link was remotely closed.
  • Fixed a bug where ReactorConnection waited indefinitely for CBS node to complete closing. The underlying problem is
    that the RequestResponseChannel's sender and receiver links were not active, so they would wait forever for a remote
    close signal.
  • Fixed a bug where ReactorReceiver and ReactorSender would not complete their close operation if their close work could
    not be scheduled on the proton-j Reactor. This happens in the case that the connection is shutdown before the link.
  • Fixed a bug where RejectedExecutionExceptions and IllegalStateExceptions would not be retried. This happens in the
    case that an IO pipe is interrupted while signalling the Reactor work queue.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.