Aluisio Amaral

Results 5 comments of Aluisio Amaral

A workaround for now would be to append some random string after the name.

@jocasousa if you listen for error on the connection object, what info does it give? Example: ```javascript conn.on('error', (err) => { console.log(err); }); conn.connect()[...] ```

Seems like the error is bubbling up to the connection socket object, which shouldn't happen. I'm not having a free time lately to make a sample code to replicate this,...

@xXcoronaXx Does it work with [amqproxy](https://github.com/cloudamqp/amqproxy)?

While I was trying to find a solution for the other issue I have open, I think I might've run into this problem where the channel closes prematurely and it...