Paulo Sousa
Results
1
comments of
Paulo Sousa
I'm having the same problem, but during `_packet_read`. https://github.com/eclipse/paho.mqtt.python/blob/9782ab81fe7ee3a05e74c7f3e1d03d5611ea4be4/src/paho/mqtt/client.py#L2369-L2376 `self._sock_recv(1)` is raising a `TimeoutError` ([Errno 60] Operation timed out) and the thread created by `loop_start` crashes (without recovering). Is this...