Skip to content

Commit

Permalink
Update client.js
Browse files Browse the repository at this point in the history
add debug code after decompress
  • Loading branch information
extremeheat authored Jul 19, 2024
1 parent d73efb3 commit c20a77f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class Client extends EventEmitter {
this.splitter.pipe(this.deserializer)
} else {
this.serializer.pipe(this.compressor)
this.decompressor.on('data', (data) => { console.log('DES>', data.toString('hex'))
this.decompressor.pipe(this.deserializer)
}

Expand Down

0 comments on commit c20a77f

Please sign in to comment.