azure-amqp

AMQP C# library

OTHER License

Stars
94
Committers
28
azure-amqp - Release 2.3.2

Published by xinchen10 over 6 years ago

  • Support close on cbs link so that pending put-token calls can be cancelled when connection is closed.
azure-amqp - Release 2.3.1

Published by xinchen10 over 6 years ago

[#104] Upgrade WebSocket Client version to 4.0.2
[#105] NuGet.org is missing a link to the GitHub repository
[#106] Unobserved exception was rethrown by the finalizer thread

azure-amqp - Release 2.3.0

Published by xinchen10 over 6 years ago

#102 Do not cache message stream when calculating size
Update system web socket client package to 4.0.2

azure-amqp - Release 2.2.0

Published by xinchen10 over 6 years ago

Changes:

  • [#87] Removed ICloneable interface from code
  • [#93 Possible connection reset on .net core 2.0 during connection open
  • [#77] Throw exception in send/receive if the object is closed
  • Output stream message loses modified properties
  • Improved AMQP transaction support
azure-amqp - Release 2.1.3

Published by xinchen10 almost 7 years ago

  • #83 Android library crashes on resource string access
  • #84 Added ConfigureAwait(false) to avoid deadlocks
azure-amqp - Release 2.1.2

Published by xinchen10 about 7 years ago

  • Update package dependencies in nuspec.
  • Add web proxy for websocket transport
azure-amqp - Release 2.1.1

Published by xinchen10 about 7 years ago

TLS transport on UWP is not working

azure-amqp - Release 2.1.0

Published by xinchen10 about 7 years ago

Features:

  • WebSockets transport support
  • Connection factory for easier connection creation

Fixes and improvements:

  • Allow SSL protocols to be set by application
  • Memory usage in connections
  • Random failures in request response communication
  • Transport initiator timeout support to fix potential hang in web socket transport establishment
  • Set SASL frame max size to 512 per the spec
  • Transport exceptions when running in Mono