Skip to content

mica-mqtt 1.3.9 发布,修复 mqtt client QOS2 retry bug

Compare
Choose a tag to compare
@ChunMengLu ChunMengLu released this 26 Aug 14:52
· 597 commits to master since this release
  • ✨ mica-mqtt server 添加消息拦截器,gitee #I5KLST
  • ✨ mica-mqtt client、server ack 优化和完善,可自定义 ackService。
  • ✨ mica-mqtt client stater MqttClientTemplate 完善,统一调整客户端示例。
  • ✨ mica-mqtt client 优化客户端心跳和心跳日志优化。
  • ✨ mica-mqtt client 订阅代码优化。
  • ✨ mica-mqtt codec 代码优化。
  • ✨ test 代码优化,更加符合 junit5 规范。
  • 🐛 mqtt client Qos2 修复。