vert-x3 / vertx-mqtt

Vert.x MQTT
Apache License 2.0
184 stars 86 forks source link

MQTT client auto keep-alive disconnects the client too aggressively #184

Closed vietj closed 3 years ago

vietj commented 3 years ago

The implementation of the MQTT client auto keep-alive disconnects the client when it does not receive any message. When the client keep sending message, the client will not send ping requests and therefore the server will not send a ping response. In this situation the client will close the connection.