不要怂,就是干,撸起袖子干!

Commit eb39aa12 by Sascha Depold

removed inherit reconnect method

1 parent 64ebdde5
Showing with 0 additions and 5 deletions
......@@ -45,11 +45,6 @@ ConnectorManager.prototype.disconnect = function() {
this.client.end(function() { self.client = null })
}
ConnectorManager.prototype.reconnect = function() {
this.disconnect()
this.connect()
}
// private
ConnectorManager.prototype._enqueue = function(queueItem) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!