LagrangeDev / Lagrange.Core

An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core
GNU General Public License v3.0
1.96k stars 238 forks source link

[Bug?]: 调用 get_msg 的时候 message_id 为 0 #472

Closed wling-art closed 1 month ago

wling-art commented 1 month ago

请确保您已阅读以上注意事项,并勾选下方的确认框。

Lagrange项目

OneBot

所使用/依赖的Lagrange项目对应的commit

https://github.com/LagrangeDev/Lagrange.Core/commit/0fc60937e2d3507cb9f38aee88fdc860505f0f9d

运行环境

Linux

运行架构

x64

连接方式

反向 WebSocket

重现步骤

在 onebot 协议中使用 get_msg 获取 message_id

期望的结果是什么?

获取message对应的id数字

实际的结果是什么?

获得0 image

image

简单的复现代码/链接(可选)

No response

Trace 级别日志记录(可选)

No response

补充说明(可选)

No response

wling-art commented 1 month ago

Same: https://github.com/LagrangeDev/Lagrange.Core/issues/456

ghost commented 1 month ago

https://github.com/LagrangeDev/Lagrange.Core/issues/272