jbaans
Results
2
comments of
jbaans
Hi, I've had similar issues, explicitly setting mqtt protocol version helped.
for the JS client you can try: with mqttVersionExplicit: true, set either mqttVersion: 3 (mqttv3.1) or mqttVersion: 4 (mqttv3.1.1) Actually I just double checked and noticed I installed mosquitto git...