Skip to content

azure-core-amqp_2.0.4

Compare
Choose a tag to compare

2.0.4 (2021-04-12)

Bug Fixes

  • Fixed recovery of AMQP connection and receiver after a disconnect or a transient error occurs.
  • Closing AMQP sender/receiver when it is no longer authorized.
  • Fixed bug where the same endpoint state would not be emitted.
  • Decreased the number of duplicated and verbose logs.
  • Fixed NullPointerExceptions where there is no connection to initialize.
  • Fixed issue with contending threads trying to use the same drain loop via 'wip' in ReactorDispatcher.