src/main/kotlin/com/flightfeather/obd/socket/ServerHandler.kt
@@ -22,6 +22,7 @@ override fun channelRead(ctx: ChannelHandlerContext?, msg: Any?) { super.channelRead(ctx, msg) println("------收到的原始数据:$msg") if (msg is String) { MessageManager().dealMsg(msg, ctx) }