micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.3k stars 980 forks source link

umqtt.simple - socket connection timeout parameter #840

Open martin-obert opened 2 months ago

martin-obert commented 2 months ago

Is there option to setup the timeout that the socket will wait until connection is established? Similar to: socket.settimeout(value)

https://github.com/micropython/micropython-lib/blob/45ead11f965ddad664b8efe380d83155859e653b/micropython/umqtt.simple/umqtt/simple.py#L63