This repository was archived by the owner on Jun 5, 2026. It is now read-only.
uamqp v1.2.3
- Fixed bug in dropping received messages at the moment when the connection just started working.
- Fixed bug where underlying io type wasn't set to WebSocket when http_proxy was applied (PR#92, Thanks to skoop22).
- Fixed bug in noneffective timeout when sending messages.
- Added desired-capabilities for
ReceiveClient(Async)andMessageReceiver(Async)as part of the AMQP protocol. - Added delivery-tag to
Message(azure-sdk-for-python issue #7336). - Added method
worktoMessageReceiverandwork_asynctoMessageReceiverAsyncresponsible for updating link status.