mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 02:16:16 +08:00
log
This commit is contained in:
parent
1af6e628ff
commit
d6dc839f34
@ -37,6 +37,7 @@ func (d *DataBases) BatchInsertChat(userID string, msgList []*pbMsg.MsgDataToMQ,
|
|||||||
seqUidNext := ""
|
seqUidNext := ""
|
||||||
log.Debug(operationID, "remain ", remain, "insertCounter ", insertCounter, "currentMaxSeq ", currentMaxSeq, userID)
|
log.Debug(operationID, "remain ", remain, "insertCounter ", insertCounter, "currentMaxSeq ", currentMaxSeq, userID)
|
||||||
for _, m := range msgList {
|
for _, m := range msgList {
|
||||||
|
log.Debug(operationID, "msg node ", m.String(), m.MsgData.ClientMsgID)
|
||||||
currentMaxSeq++
|
currentMaxSeq++
|
||||||
sMsg := MsgInfo{}
|
sMsg := MsgInfo{}
|
||||||
sMsg.SendTime = m.MsgData.SendTime
|
sMsg.SendTime = m.MsgData.SendTime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user