Junyan Qin (Chin)

Results 58 issues of Junyan Qin (Chin)

### 这是一个? 新功能 ### 详细描述 https://lke.cloud.tencent.com/lke#/app/home

m: Provider

### 这是一个? 现有功能优化 ### 详细描述 用于调试自己手搓的webhook 解析器

m: Platform

### 这是一个? 现有功能优化 ### 详细描述 -

### 这是一个? 现有功能优化 ### 详细描述 避免类似 #948 的问题

### 这是一个? 现有功能优化 ### 详细描述 适配 NoneBot 常用后缀

## Changes - 修复:调用 client 的 close 方法时,ws连接未被关闭 ## Issue #222

我在为我的项目实现一个热重载功能,需要关闭 qq-botpy 的实例,再重新创建 现在我在 关闭实例的代码中调用了 bot.close() ```python async def kill(self) -> bool: if not self.bot.is_closed(): await self.bot.close() return True ``` 同时,我的程序已经对运行 bot.start() 的协程做了 cancel操作: 图1:我的程序如何启动 botpy 实例 ![image](https://github.com/user-attachments/assets/98b2910d-b671-4725-accd-d3bec9ef33bb) 图2:我的程序如何关闭实例 ![image](https://github.com/user-attachments/assets/fb144cb2-ade9-4f43-a105-5d701e34bc48)...

Thank you for your incredible work. Our project [LangBot](https://github.com/RockChinQ/LangBot) is a platform for building instant messaging bots, it's free and supports multiple messaging platforms (e.g. Telegram, Discord, WeChat ...). Currently...