node-eversocket icon indicating copy to clipboard operation
node-eversocket copied to clipboard

Might not work with Unix domain sockets

Open moll opened this issue 11 years ago • 0 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.

moll avatar Jan 22 '15 02:01 moll