We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c902b commit 104de0bCopy full SHA for 104de0b
adafruit_minimqtt/adafruit_minimqtt.py
@@ -131,7 +131,7 @@ class MQTT:
131
:param socket socket_pool: A pool of socket resources available for the given radio.
132
:param ssl_context: SSL context for long-lived SSL connections.
133
:param bool use_binary_mode: Messages are passed as bytearray instead of string to callbacks.
134
- :param int socket_timeout: socket timeout, in seconds
+ :param int socket_timeout: How often to check socket state for read/write/connect operations, in seconds.
135
136
"""
137
0 commit comments