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]无论publish的qos级别是多少,订阅到的结果都是qos=0

captainnx opened this issue · comments

Array
(
[type] => 3
[dup] => 0
[qos] => 0
[retain] => 0
[topic] =>
[properties] => Array
(
[topic_alias] => 1
)

[message] => "captain"

)

commented

请按照issue模板提问。

commented

image

commented

贴代码,按模板提问...

好了,谢谢,当订阅为0时,无论发布的qos级别为多少都会打印0,把订阅改成2后没问题了