This commit is contained in:
Romain Beaumont 2018-05-14 00:34:44 +02:00
parent db1cbd4941
commit 9ed69de5ff
No known key found for this signature in database
GPG Key ID: DB60E388B3BCF286

View File

@ -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