Azure / go-amqp

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

Remove configuration of session window #257

Closed jhendrixMSFT closed 1 year ago

jhendrixMSFT commented 1 year ago

The values weren't actually honored which is ok per spec, so remove them from the public surface area. Cleaned up handling of sender link credit. Since we don't use availableCredit, it's been removed.

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