micropython-lib/micropython/umqtt.robust/umqtt
Ian Cotter-Llewellyn 4dc2d5e17f umqtt.robust: Fix check_msg blocking after reconnect.
After `reconnect()`, MQTTClient.socket is blocking by default, and
check_msg() can block.  This commit aims to fix that behaviour by
reimplementing `check_msg()` for umqtt.robust and setting the socket to
non-blocking.

Fixes issue #192.
2022-10-04 12:59:09 +11:00
..
robust.py umqtt.robust: Fix check_msg blocking after reconnect. 2022-10-04 12:59:09 +11:00