added fake drain

This commit is contained in:
albertyfwu
2013-03-16 23:09:53 -04:00
parent 08740208ea
commit aa5dec5831

View File

@@ -97,7 +97,9 @@ WS.prototype.write = function(packets){
}
}, 50);
} else {
// fake drain?
// fake drain
this.writable = true;
this.emit('drain');
}
};