Commit c0efb4fc authored by xiaoguang.xu's avatar xiaoguang.xu

接受 msg 解析 json 失败后,不再继续执行

parent 5f912a3e
...@@ -23,6 +23,7 @@ func (HealthMessageHandler) MsgProcess(msg string) { ...@@ -23,6 +23,7 @@ func (HealthMessageHandler) MsgProcess(msg string) {
if err != nil { if err != nil {
logger.Error.Println("healthMessageHandler解析json失败:", err) logger.Error.Println("healthMessageHandler解析json失败:", err)
logger.Error.Println(msg) logger.Error.Println(msg)
return
} }
buildMsg(chunkMsg) buildMsg(chunkMsg)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment