amir-arad opened this issue 7 years ago · 0 comments
on the server : server.listenRaw(56667, '10.0.0.5')
server.listenRaw(56667, '10.0.0.5')
on the client : Client.$create(56667, '127.0.0.1').connectSocket(cb)
Client.$create(56667, '127.0.0.1').connectSocket(cb)
The server refuses connection, but cb is never called.