bluerhinos / phpMQTT

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

Patch for big payloads (Images, PDF, etc) #51

Closed Gummientchen closed 4 years ago

Gummientchen commented 7 years ago

According to the PHP documentation it's not garanteed, that a message that is written to a socket will be writen completly in one fwrite. Code changed according to PHP documentation.