alexkwolfe / node-eversocket

A Node.js net.Socket that automatically reconnects on close events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Might not work with Unix domain sockets

moll opened this issue · comments

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 host, which for a socket path it doesn't.