This commit is contained in:
苏尹岚
2020-12-15 13:58:00 +08:00
parent edff9daa62
commit a216e42922

View File

@@ -164,7 +164,7 @@ func handleMessages() {
//读取通道中的消息
msg := <-broadcast
if msg.GroupID == 0 {
// globals.SugarLogger.Debugf("heart %v", utils.Format4Output(msg, false))
globals.SugarLogger.Debugf("heart %v", utils.Format4Output(msg, false))
if err := clientsHeart[msg.UserID].WriteJSON(&model.ImMessageRecord{
Key: "pang",
}); err != nil {