diff --git a/lib/Connection.js b/lib/Connection.js index 57ccee8..8cae9c6 100644 --- a/lib/Connection.js +++ b/lib/Connection.js @@ -131,7 +131,6 @@ Connection.prototype.connect = function() { this._onError = function(err) { clearTimeout(self._tmrConn); clearTimeout(self._tmrAuth); - clearTimeout(self._tmrKeepalive); self.debug && self.debug('[connection] Error: ' + err); err.source = 'socket'; self.emit('error', err);