fusesource / mqtt-client

A Java MQTT Client
http://mqtt-client.fusesource.org/
Apache License 2.0
1.27k stars 369 forks source link

Fix the reconnect bug. #129

Open Technoboy- opened 2 years ago

Technoboy- commented 2 years ago

Motivation

If we reset reconnects = 0 in reconnect method, this would cause the client to reconnect indifinitely event if we set setReconnectAttemptsMax = 1.