super1207

Results 17 comments of super1207

好主意!我开了个discussion https://github.com/super1207/MiraiCQ/discussions/22#discussion-5437319

Unicode应该是mirai-native自己的拓展功能,以前的酷Q是没有的。

我这里也是同样的情况。发出来的语音在电脑上可以正常显示、播放。手机上就不行。

rustls无法访问qq的新图片服务器,不久之前测试过

很抱歉这么久才回复。 ![image](https://github.com/lz1998/ricq/assets/30586004/3969f393-eddb-4783-9a09-99acb75ced9e) 当reqwest使用rustls作为依赖的时候,然后访问qq的新图床,就会报这个错误,而使用openssl作为依赖就是正常的。 这个是测试用的链接:https://multimedia.nt.qq.com.cn/download?appid=1407&fileid=CgoxODc1MTU5NDIzEhT2GknIyK-fC_b5cN5qvBbbaz-w5hiUpQcg_wootZ3yyuyqhgNQgL2jAQ&spec=0 正常访问应该会得到这样一个页面: ![image](https://github.com/lz1998/ricq/assets/30586004/f00861f7-6a12-44d6-bd46-eaf6e0c57af6) 而不是`AlertReceived(HandshakeFailure)`

I want to create a dynamic library loading/unloading tool, which starts a network service when the dynamic library is loaded, and shuts down the network service and releases the port...

Sorry, I forgot about this recently. And I'm not sure how to provide a test case.