node-eversocket
node-eversocket copied to clipboard
A Node.js net.Socket that automatically reconnects on close events
After a while trying to reconnect it runs out of memory. I suspect the problem is that the callbacks get stacked? ``` err { [Error: connect EADDRNOTAVAIL 127.0.0.1:8086 - Local...
Hey, It's not exactly straight-forward to reuse an existing Socket between connects. It does tend to work mostly, but I just spent _some_ time trying to figure out why pipes...
Hey, I haven't tried Eversocket yet, but from reading the source code I'm suspicious that it won't work with Unix domain sockets. On https://github.com/alexkwolfe/node-eversocket/blob/master/index.js#L121 it assumes the connection needs a...