mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
* 优化分段消息发送逻辑,为分段消息添加消息队列 * 删除了不必要的代码 * style: code quality * 将消息队列机制重构为会话锁机制 * perf: narrow the lock scope * refactor: replace get_lock with async context manager for session locks * refactor: optimize session lock management with defaultdict --------- Co-authored-by: Soulter <905617992@qq.com> Co-authored-by: Raven95676 <Raven95676@gmail.com>