Skip to content

Commit 104de0b

Browse files
committed
try to explain what socket timeout means
1 parent f9c902b commit 104de0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class MQTT:
131131
:param socket socket_pool: A pool of socket resources available for the given radio.
132132
:param ssl_context: SSL context for long-lived SSL connections.
133133
:param bool use_binary_mode: Messages are passed as bytearray instead of string to callbacks.
134-
:param int socket_timeout: socket timeout, in seconds
134+
:param int socket_timeout: How often to check socket state for read/write/connect operations, in seconds.
135135
136136
"""
137137

0 commit comments

Comments
 (0)