mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
added fake drain
This commit is contained in:
@@ -97,7 +97,9 @@ WS.prototype.write = function(packets){
|
||||
}
|
||||
}, 50);
|
||||
} else {
|
||||
// fake drain?
|
||||
// fake drain
|
||||
this.writable = true;
|
||||
this.emit('drain');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user