We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9037679 commit 7dd41ebCopy full SHA for 7dd41eb
open_im_sdk/conversation_msg.go
@@ -58,7 +58,7 @@ func (u *UserRelated) doMsgNew(c2v cmd2Value) {
58
//for _, v := range MsgList.GroupData {
59
// MsgList.SingleData = append(MsgList.SingleData, v)
60
//}
61
- //sdkLog("do Msg come here,len:", len(MsgList.SingleData))
+ sdkLog("do Msg come here")
62
u.seqMsgMutex.Lock()
63
for k, v := range u.seqMsg {
64
isCallbackUI = true
0 commit comments