postwait / node-amqp

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

amqp.connect doesn't call the callback function if host down #436

Open Themercee opened 7 years ago

Themercee commented 7 years ago

If the host is down (computer at off), it seems that the callback function isn't called, making the handling of errors less friendly and impossible to use the err param.