Fixes, rate limiting

This commit is contained in:
calzoneman 2013-06-04 18:22:05 -04:00
parent cfc866400c
commit 2c57d2a8f2
5 changed files with 44 additions and 14 deletions

View file

@ -118,3 +118,4 @@ NotWebsocket.prototype.disconnect = function() {
this.reconnect();
}.bind(this), this.reconndelay);
}