fix: 修改接收消息逻辑,将返回语句替换为继续循环,以确保消息处理的完整性

This commit is contained in:
lixiangwuxian 2025-06-16 13:55:53 +08:00
parent 69aac597da
commit 6c6eeba3e1

View File

@ -92,7 +92,7 @@ func (c *WebSocketClient) receiveMessages() {
GroupId: event.Sender.GroupID,
}
} else {
return
continue
}
go func() {
reply := handler.MsgInHandler(msg)