You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the client machine is not connected to a network, TCP sockets do not work.
An example is to install node-ipc npm install node-ipc
then run the basic TCP server and clients with network connection and without.
tested using iojs install on windows 7 x32
works with network connection
can not connect without network connection even on localhost
tested using nw.js with both iojs and nodejs install on windows 7 x32
nw.js like atom uses io.js on its back end.
works with network connection
can not connect without network connection even on localhost
due to io.js integration
If the client machine is not connected to a network, TCP sockets do not work.
An example is to install node-ipc npm install node-ipc
then run the basic TCP server and clients with network connection and without.
tested using iojs install on windows 7 x32
works with network connection
can not connect without network connection even on localhost
tested using nw.js with both iojs and nodejs install on windows 7 x32
nw.js like atom uses io.js on its back end.
works with network connection
can not connect without network connection even on localhost
referenced here in the node-ipc module RIAEvangelist/node-ipc#32
and here on atom electron electron/electron#2299
and here on io.js nodejs/node/issues/2237
figured I would share the fact that this bug exsits incase anyone else runs into this issue.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: