postwait / node-amqp

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

Issue #300: connection.end() causing ECONNRESET #444

Closed mtfurlan closed 7 years ago

mtfurlan commented 7 years ago

To fix #300 as suggested by glenjamin , this just adds this.socket.destroy(); to the connectionCloseOk handler.