We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQTT_CONN_KEEPALIVE (https://github.com/adafruit/Adafruit_MQTT_Library/blob/master/Adafruit_MQTT.h#L105) should be exposed via a new setKeepAlive function
MQTT_CONN_KEEPALIVE
setKeepAlive
NOTE: a MQTT KeepAlive value should only be modified when the client is not connected, setKeepAlive should verify connection.
Default timeout of 5min should be retained for backwards compatibly.
The text was updated successfully, but these errors were encountered:
brentru
No branches or pull requests
MQTT_CONN_KEEPALIVE
(https://github.com/adafruit/Adafruit_MQTT_Library/blob/master/Adafruit_MQTT.h#L105) should be exposed via a newsetKeepAlive
functionNOTE: a MQTT KeepAlive value should only be modified when the client is not connected, setKeepAlive should verify connection.
Default timeout of 5min should be retained for backwards compatibly.
The text was updated successfully, but these errors were encountered: