timotejroiko / net-ipc

A simple node.js IPC client-server with no dependencies
MIT License
29 stars 6 forks source link

Explicitly delete port #3

Closed zawata closed 2 years ago

zawata commented 2 years ago

if listener options.port is set to undefined, node treats it as a 0 and binds to a tcp socket instead of a unix socket

fixes #2