This commit is contained in:
Gordon 2022-07-01 19:41:15 +08:00
parent 047ee6454b
commit a1025d8eee

View File

@ -331,7 +331,6 @@ func (rpc *rpcChat) SendMsg(_ context.Context, pb *pbChat.SendMsgReq) (*pbChat.S
}
}
log.Debug(pb.OperationID, "send msg cost time22 ", db.GetCurrentTimestampByMill()-newTime, pb.MsgData.ClientMsgID, "uidList : ", len(addUidList))
wg.Add(1)
newTime = db.GetCurrentTimestampByMill()
// callback
callbackResp = callbackAfterSendGroupMsg(pb)