bluerhinos / phpMQTT

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

Update phpMQTT.php #74

Closed MediaMemphis closed 4 years ago

MediaMemphis commented 6 years ago

Fixed Issue: The lib (and all forks of it, obviously) send an invalid header in the subscribe package. Replaced 0x80 with 0x82 in the subscribe function of phpmqtt.php. Thanks to psorowka