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

[BUG]无论publish的qos级别是多少,订阅到的结果都是qos=0 #50

Closed captainnx closed 3 years ago

captainnx commented 3 years ago

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

[message] => "captain"

)

sy-records commented 3 years ago

请按照issue模板提问。

sy-records commented 3 years ago

image

captainnx commented 3 years ago

image

sy-records commented 3 years ago

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

captainnx commented 3 years ago

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