Azure / go-amqp

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

Honor context cancellation in Dial and NewConn #273

Closed jhendrixMSFT closed 1 year ago

jhendrixMSFT commented 1 year ago

Previously they only honored a deadline, now they handle both. TLS dialer now calls DialContext().

jhendrixMSFT commented 1 year ago

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