micropython-lib/micropython/umqtt.simple/umqtt
Prabhu Ullagaddi d6faaf8472 umqtt.simple: Add optional socket timeout to connect method.
If there are any network issues, mqtt will block on the socket
non-deterministically.  This commit introduces a `timeout` option which
can be used to set a finite timeout on the socket.  Upon any issue, mqtth
lib will throw exception.
2024-11-07 11:51:33 +11:00
..
simple.py umqtt.simple: Add optional socket timeout to connect method. 2024-11-07 11:51:33 +11:00