bluerhinos / phpMQTT

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

Add SO_KEEPALIVE option to socket connection #44

Closed martijndeb closed 4 years ago

martijndeb commented 7 years ago

Prevents socket from being closed by the MQTT server after 60 seconds by setting the SO_KEEPALIVE flag on the connection.