This commit is contained in:
skiffer-git 2022-05-20 14:18:54 +08:00
parent 06aae24dad
commit b632a991b9

View File

@ -238,6 +238,8 @@ func (och *OnlineHistoryConsumerHandler) MessagesDistributionHandle() {
go func(cID uint32, userID string, messages []*pbMsg.MsgDataToMQ) {
och.chArrays[cID] <- Cmd2Value{Cmd: UserMessages, Value: MsgChannelValue{userID: userID, msgList: messages}}
}(channelID, userID, v)
} else {
log.NewWarn(operationID, "UserAggregationMsgs ", len(v), userID)
}
}
}