shoenig / go-mqtt

A development fork of the Eclipse Paho Go MQTT client
http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.golang.git/
Eclipse Public License 1.0
13 stars 6 forks source link

Close connection on lack of PINGREQ after keepalive interval #8

Closed shoenig closed 10 years ago

shoenig commented 10 years ago

From the spec If a client does not receive a PINGRESP message within a Keep Alive time period after sending a PINGREQ, it should close the TCP/IP socket connection.

alsm commented 10 years ago

Fixed in commit f957110