Foo-Foo-MQ / foo-foo-mq

Abstractions around RabbitMQ
MIT License
48 stars 24 forks source link

fix(connection.js): correct accessor for username and password #15

Closed zlintz closed 3 years ago

zlintz commented 3 years ago

moving to the URL class broke uri connections since auth is not on the class as was when using url.parse on the legecy urlObject, this also exposed a search param bug as well meaning the heartbeat was not being respected

fix #14