From 9ed69de5ffe9195264753014a5c5910bb8d63b52 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 14 May 2018 00:34:44 +0200 Subject: [PATCH] fix #559 --- src/client.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/client.js b/src/client.js index 38c9f5b..f973b04 100644 --- a/src/client.js +++ b/src/client.js @@ -18,14 +18,11 @@ class Client extends EventEmitter { this.isServer = !!isServer this.splitter = framing.createSplitter() this.packetsToParse = {} - this.serializer = undefined this.compressor = null this.framer = framing.createFramer() this.cipher = null this.decipher = null this.decompressor = null - this.deserializer = undefined - this.isServer = undefined this.ended = true this.latency = 0