Skip to content

v1.0.6.RELEASE

Compare
Choose a tag to compare
@hylexus hylexus released this 23 Jun 10:02
· 304 commits to master since this release

⭐ New Features

  • MsgHandler 可选择性地交给Spring管理,以便于在 MsgHandler 中调用其他的由Spring管理的Bean
  • Jt808SessionManager 重构,支持自定义

🐞 Bug Fixes

  • #16
    • 默认读写空闲时间改为20分钟
    • 修复示例代码中消息消息的返回值类型
  • #17
    • 边界情况下默认转义逻辑bug
  • SessionManager#removeBySessionIdAndClose 的bug

🔨 Others

  • 优化 Session#currentFlowId
  • 新增 SessionManager#findBySessionId
  • CommandSender 文档完善