Azure / go-amqp

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

Track receiver's unsettled messages as a count #318

Closed jhendrixMSFT closed 7 months ago

jhendrixMSFT commented 7 months ago

The unsettled map is currently used as a count for diagnostic purposes only, so it's safe to convert it to a count.

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