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

Uncaught exception,,,,`handleData()` in irc.js does not handle `conn` value correctly

Open lgxZJ opened this issue 7 years ago • 0 comments

default

Error condition: connect a irc network using node-irc, when unplug the network cable, wait for some seconds, replug the cable. Error reason: unplug the cable caused the connectionTimedOut() function of CyclingPingTimer set conn to null, when replug the cable, (on my condition)an error message comed which caused self.conn.cyclingPingTimer.notifyOfActivity(); to be executed, at that time self.conn is null.

lgxZJ avatar Dec 27 '17 07:12 lgxZJ