|
@@ -77,6 +77,8 @@ func keepAlive() {
|
|
|
c_log.GlobalLogger.Error("保持websocket连接活跃,解析心跳响应为json - 失败。", err)
|
|
|
continue
|
|
|
}
|
|
|
+ fmt.Println("websocket responseMessage:", responseMessage)
|
|
|
+ fmt.Println("websocket responseMessage results:", responseMessage.Results)
|
|
|
if responseMessage.Status != "" {
|
|
|
c_log.GlobalLogger.Info("websocket发送心跳请求解析状态为", responseMessage.Status)
|
|
|
}
|