Azure / go-amqp

AMQP 1.0 client library for Go.
https://github.com/Azure/go-amqp
MIT License
104 stars 56 forks source link

Roll back sender's delivery count and link credit #307

Closed jhendrixMSFT closed 1 year ago

jhendrixMSFT commented 1 year ago

When a transfer fails to be sent due to context cancellation/timeout, roll back the updates to delivery count and link credit.

Fixes https://github.com/Azure/go-amqp/issues/298