bluerhinos / phpMQTT

a simple php class to connect/publish/subscribe to a MQTT broker
Other
770 stars 461 forks source link

fix QoS in SUBSCRIBE #99

Open AS-Igel opened 4 years ago

AS-Igel commented 4 years ago

According to MQTT spec the fixed header of SUBSCRIBE should be 0x82; the QoS doesn't go there. The QoS is just is part of the payload.