eclipse-paho / paho.mqtt.embedded-c

Paho MQTT C client library for embedded systems. Paho is an Eclipse IoT project (https://iot.eclipse.org/)
https://eclipse.org/paho
Other
1.37k stars 757 forks source link

Fix keepalive timer #258

Closed deerfelyk closed 9 months ago

deerfelyk commented 9 months ago

MQTTClient.keepAliveInterval is expected to be stored as a value in seconds, so TimerCountdown() is the appropriate function here.