funcmike / rabbitmq-nio

A Swift implementation of AMQP 0.9.1 protocol: decoder + encoder and non-blocking client
Apache License 2.0
44 stars 8 forks source link

Small quality of life updates for AMQPConnectionConfiguration #42

Closed xtremekforever closed 10 months ago

xtremekforever commented 10 months ago

We have started working with this library to test migrating some applications from C# to Swift, and noticed a few things that could be improved in the library when related to the AMQPConnectionConfiguration. Hopefully this can be helpful and included as a small improvement.

funcmike commented 10 months ago

Nice to hear about more users of library :). Pull request looks good, thanks for Your contribution.