Skip to content

Commit c20a77f

Browse files
authored
Update client.js
add debug code after decompress
1 parent d73efb3 commit c20a77f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client.js

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ class Client extends EventEmitter {
137137
this.splitter.pipe(this.deserializer)
138138
} else {
139139
this.serializer.pipe(this.compressor)
140+
this.decompressor.on('data', (data) => { console.log('DES>', data.toString('hex'))
140141
this.decompressor.pipe(this.deserializer)
141142
}
142143

0 commit comments

Comments
 (0)