Matvey

Results 4 comments of Matvey

No i tested this case. I launched mqtt client which publish messages in infinite loop without time.sleep and this didn't drop service.

**Kludge solution:** - Becouse MQTT client works in Docker container, i modify on_disconnect in such way: ```python def on_disconnect(client, userdata, rc): mqtt_logger.info("Device disconnected with result code: " + str(rc)) if...

@rodolphoiwano sometimes i think about rewriting code on [Golang](https://github.com/eclipse/paho.mqtt.golang) Maybe it's python library specific problem.

![image](https://github.com/eclipse/paho.mqtt.python/assets/86944512/ad5c7ece-272a-4cf9-b6ae-0bfef94e7037) MattBrittan, 1) To duplicate problem i need to add some another code, which writes data from mqtt messages to InfluxDB. I will do some experiments on this week and...