Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 403 Bytes

CHANGELOG.md

File metadata and controls

14 lines (9 loc) · 403 Bytes

1.0.6版本

  1. 在Windows系统上必须使用Selector事件循环,否则可能导致程序崩溃
  2. 客户端停止时,确保关闭所有会话
  3. 等待异步关闭任务完成后,才停止事件循环
  4. 增加默认的60秒超时自动断线重连

1.0.5版本

  1. 修复aiohttp的代理参数proxy传空时必须为None的问题

1.0.4版本

  1. 对Python 3.10后asyncio的支持修改