keepAlive property

  1. @protected
MqttConnectionKeepAlive? keepAlive
getter/setter pair

Handles the connection management while idle. Not instantiated if keep alive is disabled.

Implementation

@protected
MqttConnectionKeepAlive? keepAlive;