mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 05:27:03 +08:00
fix: zk add close to avoid zk block.
This commit is contained in:
parent
688eaac2a6
commit
9ea811c4b8
@ -65,6 +65,7 @@ func (m *msgServer) PullMessageBySeqs(
|
||||
if len(msgs) == 0 {
|
||||
log.ZWarn(ctx, "not have msgs", nil, "conversationID", seq.ConversationID, "seq", seq)
|
||||
continue
|
||||
|
||||
}
|
||||
resp.Msgs[seq.ConversationID] = &sdkws.PullMsgs{Msgs: msgs, IsEnd: isEnd}
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user