Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

v4.14.0

Compare
Choose a tag to compare
@stdrc stdrc released this 13 Feb 13:57
· 51 commits to master since this release

更新日志:

  • lifecycle 元事件新增 connect 子类型,在使用 WebSocket、反向 WebSocket 时,连接建立后产生(注意,对于反向 WebSocket,Event 连接建立后,API 连接可能尚未建立,如需确保收到该事件时 API 可用,可通过 ws_reverse_use_universal_client 配置项解决)
  • 修复配置项 ws_reverse_api_urlws_reverse_event_url 为空时,没有使用 ws_reverse_url 的问题
  • 修复反向 WebSocket 连续发图时卡住的问题
  • 修复偶尔出现的应用启动时日志系统初始化失败导致的崩溃问题
  • 修复偶尔出现的反向 WebSocket 没有按预期断开重连的问题
  • 修复 WebSocket 连接失败时(如 access token 不正确时)连接数仍然增加的问题