This commit is contained in:
Lamp 2018-11-29 13:13:58 -08:00 committed by GitHub
parent bf84ec2df9
commit 3c352ca36c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ Client.prototype.connect = function() {
});
this.ws.addEventListener("error", function(error) {
self.emit("error", error);
self.ws.emit("close", error);
});
this.ws.addEventListener("open", function(evt) {
self.connectionTime = Date.now();