eclipse / paho.mqtt.java

Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
2.1k stars 880 forks source link

disconnect for return code 142 #959

Open timbersea opened 1 year ago

timbersea commented 1 year ago

Please fill out the form below before submitting, thank you!

acfly commented 1 year ago

+1

KrystianRusekSigmaConnectivity commented 1 year ago

I had the same issue because I had tried to create twice MqttClient and connect at the same time. It looks like we have to use only one instance of MqttClient . For me help