Azure / go-amqp

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

Fix reliability when context expires or is cancelled #277

Closed jhendrixMSFT closed 1 year ago

jhendrixMSFT commented 1 year ago

The following APIs have some inherent instability when the context expires or is cancelled.

jhendrixMSFT commented 1 year ago

Dependent on https://github.com/Azure/go-amqp/issues/278