Skip to content

Commit 7928c23

Browse files
committedOct 19, 2024
remove unless code
1 parent 5700aee commit 7928c23

File tree

6 files changed

+6
-1663
lines changed

6 files changed

+6
-1663
lines changed
 

‎cim-client-sdk/src/main/java/com/crossoverjie/cim/client/sdk/io/CIMClientHandleInitializer.java

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ protected void initChannel(Channel ch) {
2020

2121
// google Protobuf
2222
.addLast(new ProtobufVarint32FrameDecoder())
23-
// .addLast(new ProtobufDecoder(CIMResponseProto.CIMResProtocol.getDefaultInstance()))
2423
.addLast(new ProtobufDecoder(Response.getDefaultInstance()))
2524
.addLast(new ProtobufVarint32LengthFieldPrepender())
2625
.addLast(new ProtobufEncoder())

0 commit comments

Comments
 (0)
Failed to load comments.