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.

Home Page:https://mqtt.simps.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] recv 重连问题

pixiaoxiao opened this issue · comments

图片
客户端被服务踢掉之后这里的重连,没有处理之前订阅的频道 , 这里需要返回明确的状态返回值,让调用者自己处理订阅的问题

recv方法

commented

maxAttempts设为0,捕获connect异常就可以吧?

commented

你的协程是关闭的
"max_coroutine" => 3000
"enable_coroutine" => false

commented

send 的 第二个参数是按需求设置的。当你需要ack的时候设置为true,其他时候false就可以了