diff --git a/lib/Client.js b/lib/Client.js index 6268eea..4f9e3ff 100644 --- a/lib/Client.js +++ b/lib/Client.js @@ -147,9 +147,9 @@ module.exports = std.Class(Connection, function(supr) { // send queued send requests // make a copy because socket writes may return immediately and modify the size var r = this._sendRequests.slice(0); - for (i in r) this._writeRequest(r[i]) + for (var i=0; i 0 || !this._timerTicked) return this._timerTicked = false - for (i in this._topics) { + for (var i=0; i 90) { - for (i in this._topics) if (this._topics[i].name == topic) { + for (var i=0; i (http://marcuswest.in)", "repository": { "type": "git",