bluerhinos / phpMQTT

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

Subscription made topic by topic #80

Closed papergion closed 4 years ago

papergion commented 5 years ago

This prevent buffer overflow in subscription that cause problem: "PHP Notice: fwrite(): send of 2 bytes failed with errno=32 Broken pipe", issue #79

bluerhinos commented 4 years ago

I have made other changes that support long topic so this is no longer needed.

Thanks for you work anyways