Azure / go-amqp

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

Enhance mux hooks #299

Closed jhendrixMSFT closed 1 year ago

jhendrixMSFT commented 1 year ago

Add test hooks to the session mux. Add sender mux hook that intercepts incoming frames so we can block until we receive a specified frame.

jhendrixMSFT commented 1 year ago

Turns out the bug was in the changes made to the fake. This has been fixed, no mux enhancements required.