LagrangeDev / Lagrange.Core

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

正向ws链接无法接收多链接 #47

Closed MuuuShin closed 9 months ago

MuuuShin commented 9 months ago

我使用Lagrange.OneBot + MiraiCQ

发现图片发送后MiraiCQ卡死的问题,在MiraiCQ提出issue后开发者回复我Lagrange仅能接收单ws链接

MiraiCQ在发送消息时,对于较大的消息(如图片),会新建立一个连接来发送,发送完成后再断开这个连接。 而Lagrange.Core目前不支持多个正向ws连接。

详细原issue请见: https://github.com/super1207/MiraiCQ/issues/33

ghost commented 9 months ago

🤔 现在的ws实现也许并不能连接多个服务器

ghost commented 9 months ago

需要大改架构 暂时修不好

MuuuShin commented 9 months ago

这个功能事实上被修复了 虽然打了wont fix)