emqx / qmqtt

MQTT client for Qt
https://www.emqx.com
Other
686 stars 334 forks source link

fix for missing timeout signal #229

Closed bdecker-iPEK closed 2 years ago

bdecker-iPEK commented 3 years ago

The interval of the _pingResponseTimer should always be smaller than the keepAlive interval. Otherwise the keepAlive restarts the pingResponseTimer before it can finish.

Maybe the arguments to qBound were intended in a different order? Then the comment directly above would make sense.

mwallnoefer commented 2 years ago

Closing it for now.