物联网实战:Spring Boot + Netty 搭建 MQTT | Spring Boot 工程并引入 Netty 依赖
简述
MQTT 的会话(Session)是服务端为每个客户端维护的状态信息,用于支持离线消息和持久订阅
源码(netty-sample-05-session)
https://gitee.com/kcnf-iot/iot-sample/tree/master/netty/netty-sample-05
砍材农夫MQTT 的会话(Session)是服务端为每个客户端维护的状态信息,用于支持离线消息和持久订阅
https://gitee.com/kcnf-iot/iot-sample/tree/master/netty/netty-sample-05