group chat log

This commit is contained in:
skiffer-git 2022-05-02 19:16:00 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 57b70c0490
commit 4c5766b7af

View File

@ -261,7 +261,7 @@ func (rpc *rpcChat) SendMsg(_ context.Context, pb *pbChat.SendMsgReq) (*pbChat.S
//split parallel send
var wg sync.WaitGroup
var sendTag bool
var split = 50
var split = 10
remain := len(memberUserIDList) % split
for i := 0; i < len(memberUserIDList)/split; i++ {
wg.Add(1)