postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.7k stars 357 forks source link

what happens when socket inside the connection class dies ? #441

Open HendrixString opened 7 years ago

HendrixString commented 7 years ago

hi, thanks for the source. I was going through the source code and couldn't decide what happens if the socket gets closed or suffers from connection error. does the socket connection gets renewed automatically in that event?

all the best Tomer