Emen-c

Results 2 issues of Emen-c

I write code like this: ``` struct thv { long l[1024]; }; void thcall(vector l) { usleep(10 * 1000); } int main(int, char **) { ThreadPool thpool(12); vector v; vector...

### 系统版本:Ubuntu 22.04 ### 真寻版本:1.6.7 (实际上是clone的最新代码) ### 错误 帮助指令没有回复 ### 日志 Traceback (most recent call last): File "/home/zhenxun_bot/bot.py", line 22, in nonebot.run() File "/usr/local/lib/python3.9/site-packages/nonebot/__init__.py", line 261, in run get_driver().run(*args, **kwargs)...