eclipse / paho.mqtt.java

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

Fixed issue #850 - MQTT Con thread leak on connection failure #920

Closed PavelAnikeichyk closed 2 years ago

PavelAnikeichyk commented 2 years ago

Please make sure that the following boxes are checked before submitting your Pull Request, thank you!

PavelAnikeichyk commented 2 years ago

Added ability to exit from while is case where for example broker close connection quickly and thread is continue to work and waiting for state become "running". Timeout 30 seconds added to avoid situation when thread has closed before the state reach "running".