mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 09:59:55 +08:00
增加充电BMS握手转发逻辑
This commit is contained in:
@@ -134,7 +134,7 @@ public class JCPPLengthFieldBasedFrameDecoder extends ByteToMessageDecoder {
|
||||
|
||||
// frameLengthInt exist , just check buf
|
||||
if (in.readableBytes() < frameLengthInt) {
|
||||
log.debug("{} 可读长度小于帧长,因此跳过 {}", ctx.channel(), frameLengthInt);
|
||||
log.debug("{} 可读长度小于帧长 {},因此跳过", ctx.channel(), frameLengthInt);
|
||||
return BREAK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user