Skip to content

Socket.D v2.0.17

Compare
Choose a tag to compare
@noear noear released this 21 Nov 16:17
· 1253 commits to main since this release
  • 调整 主题概念改成路由概念
  • 调整 Flag 改为 int 类型常量,方便跨语言迁移代码
  • 调整 普通常量统一转到 Constants,方便跨语言迁移
  • 调整 断言接口
  • 调整 RouterListener 更名为 PathListener,避免与 route 概念相冲
  • 添加 HandshakeInternal 接口,方便内存提供扩展内部用函数
  • 优化 FragmentHandler 接口规范
  • 优化 idle timeout 日志打印