Skip to content

Commit

Permalink
fix for error events doubling (reconnect off)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruzovator committed Mar 13, 2014
1 parent 2bcbb01 commit a262bb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ Connection.prototype.addAllListeners = function() {
}, backoffTime);
} else {
self.removeListener('error', backoff);
self.emit('error', e);
}
}
});
Expand Down

0 comments on commit a262bb7

Please sign in to comment.