Robert Gill
Robert Gill
Added https://github.com/envman/node-stratum/commit/84605482d433072aa989082be8cb6160e0c6310d to send the error out. then the following error code shows the socket error: ``` client.on('error', function(socket, e) { socket.destroy(); console.log('Connection closed', e); process.exit(1); }); ``` mine was...
@pocesar opened: https://github.com/pocesar/node-stratum/pull/16 Not sure if it's worth adding some checks to make sure the URL is correct, could auto remove stratum+tcp:// maybe?
added to readme, just check you're happy with the way I wrote it ;)