Skip to content

Commit

Permalink
remove unless code
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Oct 19, 2024
1 parent 5700aee commit 7928c23
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1,663 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ protected void initChannel(Channel ch) {

// google Protobuf
.addLast(new ProtobufVarint32FrameDecoder())
// .addLast(new ProtobufDecoder(CIMResponseProto.CIMResProtocol.getDefaultInstance()))
.addLast(new ProtobufDecoder(Response.getDefaultInstance()))
.addLast(new ProtobufVarint32LengthFieldPrepender())
.addLast(new ProtobufEncoder())
Expand Down
Loading

0 comments on commit 7928c23

Please sign in to comment.