bluerhinos / phpMQTT

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

Memory problem #111

Open hector2007ss opened 4 years ago

hector2007ss commented 4 years ago

I meet a problem. After I run the publish.php for a period of time, sending becomes no longer normal. The information can't be sent because of the memory cause. How can I solve this problem? Do we need to do some memory release operations?