We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0958f commit a47b298Copy full SHA for a47b298
adafruit_minimqtt/adafruit_minimqtt.py
@@ -134,6 +134,7 @@ class MQTT:
134
:param bool use_binary_mode: Messages are passed as bytearray instead of string to callbacks.
135
:param int socket_timeout: How often to check socket state for read/write/connect operations,
136
in seconds.
137
+ :param int connect_retries: How many times to try to connect to broker before giving up.
138
139
"""
140
0 commit comments