This repository was archived by the owner on Jul 14, 2025. It is now read-only.
v3.3.12
·
41 commits
to master
since this release
- Incorporating the latest go-amqp release (https://github.com/Azure/go-amqp/releases/tag/v0.13.10) which returns ErrLinkDetached when the link is closed based on errors from service. This will properly trigger our recovery code when Event Hubs returns throttling errors.
- Changes made to the Sender recovery to do a cheaper recovery when possible: PR #232