Azure / go-amqp

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

Fix potential race in Conn.Close() #274

Closed jhendrixMSFT closed 1 year ago

jhendrixMSFT commented 1 year ago

Bumped up context timeout in TestFuzzConnCrashers. This is unrelated to the race change. Some iterations of the test starting failing with a context.DeadlineExceeded error.