From 197d6766d056fda4fdf9e1f9ee26de9f9a480ef5 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 05 九月 2019 10:32:58 +0800 Subject: [PATCH] 完成警报、阈值的插入、更新、获取等接口 --- src/main/kotlin/com/flightfeather/obd/socket/ServerHandler.kt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/kotlin/com/flightfeather/obd/socket/ServerHandler.kt b/src/main/kotlin/com/flightfeather/obd/socket/ServerHandler.kt index 42a6c2a..9dd08db 100644 --- a/src/main/kotlin/com/flightfeather/obd/socket/ServerHandler.kt +++ b/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) } -- Gitblit v1.9.3