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

silet connection failure

Open amir-arad opened this issue 6 years ago • 0 comments

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.

amir-arad avatar Dec 21 '17 09:12 amir-arad