Seit ich gestern auf das aktuelle Nightly umgestellt habe, hÀufen sich die Verbindungsprobleme mit meinem mosquitto Broker. Meine vorherige Version war auch das nighly (0.8.0-27xx). Dadurch gehen massiv mqtt-Nachrichten verloren.
10/10/19 11:59:08.551 Node-BLUE (1926): Node 5cf6d1d3.6e689: Warning: Connection to MQTT server closed.
10/10/19 11:59:13.551 Node-BLUE (1926): Node 5cf6d1d3.6e689: Error: No response received to packet: 3A090000506C66616C7365
10/10/19 11:59:13.551 Node-BLUE (1926): Node 5cf6d1d3.6e689: Warning: No PUBACK received.
Die Node ist meine mqtt-Broker Konfigurations-Node.
Das ist meine mosquitto.conf
# Place your local configuration in /etc/mosquitto/conf.d/
#
# A full description of the configuration file is at
# /usr/share/doc/mosquitto/examples/mosquitto.conf.example
pid_file /var/run/mosquitto.pid
persistence true
persistence_location /var/lib/mosquitto/
log_dest file /var/log/mosquitto/mosquitto.log
include_dir /etc/mosquitto/conf.d
password_file /etc/mosquitto/passwd
allow_anonymous false