Skip to content

v0.0.10

Compare
Choose a tag to compare
@kercylan98 kercylan98 released this 07 Jul 08:31
7946e68

0.0.10 (2023-07-07)

Tests | 新增或优化测试用例

Code Refactoring | 重构

  • 优化 server 消息类型,合并 Websocket 数据包监听到统一的 RegConnectionReceivePacketEvent 中 (8b90307)
  • 服务器支持异步消息类型、死锁阻塞、异步慢消息检测 (1a2c1df)
  • 私有化服务器 PushMessage 函数,移除 PushCrossMessage 函数,改为使用 server.PushXXXMessage 函数 (6d27433)
  • 移除服务器多核和分流模式的可选项 (7e67775)