postwait / node-amqp

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

Connection.end() does not work #204

Open birdwell opened 11 years ago

birdwell commented 11 years ago

I called Connection.end() in the call back method after the ready event has been fired but, my program goes into an infinite loop which tells me the end event is emitting events of its own.

borrey commented 11 years ago

I am also getting this behaviour on node 0.10.12 and 0.10.9... I remember seeing this issue on here before with ECONNRESET e.syscall==read with a pull request attached to it... It seems to call connection.on( 'ready', function(){ ... });

stowns commented 10 years ago

same issue here on 10.10. connection 'ready' is called