-
Autor
Hi,
I restart to dev my Shelly script to manage my pool pump with new version of firmware 1.0.3.
I wouldike know how the MQTT queue is managed because I don't have some information on my mqtt broker ( mosquito) without stop/crash of the script and have many log with :
I make some test with MQTT.publish, and it seems that the limit is 20 in loop "for" before MQTT queue overflow log.
Do you have some informations about that ?
I don't use 20 MQTT.publish on my script, so i imagine that the queue is related to anything ? number of call ? size of the call ? ...
The MQTT queue managment has changed since firmware 0.14 ?