Open birdwell opened 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(){ ... });
same issue here on 10.10. connection 'ready' is called
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.