on the server : ```server.listenRaw(56667, '10.0.0.5')``` on the client : ```Client.$create(56667, '127.0.0.1').connectSocket(cb)``` The server refuses connection, but cb is never called.
on the server :
server.listenRaw(56667, '10.0.0.5')on the client :
Client.$create(56667, '127.0.0.1').connectSocket(cb)The server refuses connection, but cb is never called.