fix: 修改接收消息逻辑,将返回语句替换为继续循环,以确保消息处理的完整性
This commit is contained in:
parent
69aac597da
commit
6c6eeba3e1
@ -92,7 +92,7 @@ func (c *WebSocketClient) receiveMessages() {
|
||||
GroupId: event.Sender.GroupID,
|
||||
}
|
||||
} else {
|
||||
return
|
||||
continue
|
||||
}
|
||||
go func() {
|
||||
reply := handler.MsgInHandler(msg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user