paho.mqtt.python
paho.mqtt.python copied to clipboard
Upgrade ConnectionError to OSError
Change ConnectionError to more generic OSError. This allows client.py to catch more failures (such as socket timeouts) and gracefully reconnect in these cases.
Also some minor cleanups in exception handling.