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.
The
MqttClientOptions#keepAliveTimeSeconds
name does not correctly describe itself. In addition with the recent addition ofkeepAliveTimeout
it is even more confusing. We should rename this option tokeepAliveIdleTimeout
and deprecate the other one. This will be removed in master.