Skip to content

Socket.D v2.3.6

Compare
Choose a tag to compare
@noear noear released this 15 Jan 15:37
· 633 commits to main since this release

java 适配更新:

  • 添加 Session::liveTime 接口
  • 添加 Entity.of 快捷方法

javascript 适配更新:

  • 添加 Session::liveTime 接口

变更示例:

//Entity.of 快捷实例构建
session.send("/demo", Entity.of("hi!"));

//最后活动时间
session.liveTime();