vert-x3 / vertx-mqtt

Vert.x MQTT
Apache License 2.0
185 stars 88 forks source link

Rename keepAliveTimeSeconds to keepAliveIdleTimeout #175

Closed vietj closed 4 years ago

vietj commented 4 years ago

The MqttClientOptions#keepAliveTimeSeconds name does not correctly describe itself. In addition with the recent addition of keepAliveTimeout it is even more confusing. We should rename this option to keepAliveIdleTimeout and deprecate the other one. This will be removed in master.