node-json-socket icon indicating copy to clipboard operation
node-json-socket copied to clipboard

Incorrect Socket error event name: 'err'

Open ribizli opened this issue 8 years ago • 0 comments

Is the event err a valid alias for error? I don't think so.

See socket.on('err', this._onError.bind(this)); here

ribizli avatar Sep 19 '17 12:09 ribizli