simps / mqtt

🕹 MQTT Protocol Analysis and Coroutine Client for PHP. Support for 3.1, 3.1.1 and 5.0 versions of the MQTT protocol.
https://mqtt.simps.io
Apache License 2.0
358 stars 58 forks source link

[QUESTION]已设置clean_session=false,但重连后依然没有订阅原有的主题 #95

Closed hs19940808 closed 10 months ago

hs19940808 commented 10 months ago

框架:hyperf3.0 simps/mqtt:1.4, EMQX版本:4.3.22

已设置clean_session=false,但重连后依然没有订阅原有的主题

image

首次连接: image

踢出后重连: image

hs19940808 commented 10 months ago

MQTT版本:3.1.1 连接配置: image

sy-records commented 10 months ago

需要自己处理一下重连。

see https://github.com/simps/mqtt/issues/90#issuecomment-1512703525