bluerhinos / phpMQTT

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

PHP Notice: fwrite(): send of 2 bytes failed with errno=32 Broken pipe #79

Closed papergion closed 4 years ago

papergion commented 5 years ago

This problem appear when many topics are subscripted and the write buffer length go over 128 bytes.

pangxiaofei94 commented 5 years ago

这个问题怎么解决呢