Event: 'clientError'
function (exception, socket) { }
If a client connection emits an 'error' event, it will be forwarded here.
socket is the net.Socket object that the error originated from.
Event: 'clientError'
function (exception, socket) { }
If a client connection emits an 'error' event, it will be forwarded here.
socket is the net.Socket object that the error originated from.
Please login to continue.