Azure / go-amqp

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

Clean up state on context timeout/cancellation #237

Closed jhendrixMSFT closed 1 year ago

jhendrixMSFT commented 1 year ago

Document the potential for connection errors. This required refactoring the link closing code. It now follows the same pattern as Session.

jhendrixMSFT commented 1 year ago

Partial fix for https://github.com/Azure/go-amqp/issues/246