You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2020. It is now read-only.
由于一些需求,我需要能够在Python SDK中手动通过
CQHttp类的方法来绑定和解绑处理函数,并且无法使用装饰器。此外,由于相同的需求,我需要能够正确停止掉Python SDK的全部线程。目前是一旦初始化
CQHttp对象并调用了run()方法,Bottle总是会有一个线程在后面持续运行不退出,结果导致必须按Ctrl+C终止。以下是一些方法命名与参数的建议,如果起名困难的话可以参考一下这里。
更新: 重新阅读源码之后发现给出的建议参数列表中有一些不妥之处,已修改。
感谢你对本功能请求的关注。