Is this an inconsistent behavior with node.js promises?
I’ve tried to make a Node.js program to connect to a series of TCP sockets using promises.
The primary goal behind this was just a silly test: send a message, and wait for the socket to timeout or cause a connection error.