mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Merge remote-tracking branch 'origin/tuoyun' into tuoyun
This commit is contained in:
commit
b2ae3b4fee
@ -129,9 +129,15 @@ func (och *OnlineHistoryConsumerHandler) Run(channelID int) {
|
||||
singleMsgSuccessCountMutex.Lock()
|
||||
singleMsgSuccessCount += uint64(len(storageMsgList))
|
||||
singleMsgSuccessCountMutex.Unlock()
|
||||
for _, v := range pushMsgList {
|
||||
sendMessageToPush(v, msgChannelValue.userID)
|
||||
}
|
||||
//go func(push,storage []*pbMsg.MsgDataToMQ) {
|
||||
// for _, v := range storage {
|
||||
// sendMessageToPush(v, msgChannelValue.userID)
|
||||
// }
|
||||
// for _, x := range utils.DifferenceString() {
|
||||
// sendMessageToPush(v, msgChannelValue.userID)
|
||||
// }
|
||||
//
|
||||
//}(pushMsgList,storageMsgList)
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user