Skip to content

v2.0.3.RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hylexus hylexus released this 25 Dec 08:37
· 144 commits to master since this release

⭐ New Features

  • Jt808Session 新增如下方法:
    • setAttribute
    • getAttribute
    • getRequiredAttribute
    • removeAttribute
  • Jt808ServerExchange 新增如下方法
    • removeAttribute

🐞 Bug Fixes

  • #66
  • 配置项默认值调整:
jt808:
  server:
    idle-state-handler:
      # 改动原因见 https://github.com/hylexus/jt-framework/issues/66
      writer-idle-time: 0s # 由 20m 改为 0s(disabled)
      all-idle-time: 0s # 由 20m 改为 0s(disabled)