fusesource / mqtt-client

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

Unplug the network cable, reconnect automatically exception #73

Open l7810 opened 8 years ago

l7810 commented 8 years ago

We found in these versions(1.10~1.14).Unplug the network cable, reconnect automatically exception,

After a successful connection to the server, unplug the network cable, wait for a while, then plug the Internet line after automatic reconnection mechanism will continue to log in again continuously until the memory overflow

mqtt.setHost("iot.eclipse.org", 1883); mqtt.setUserName("hmh"); mqtt.setVersion("3.1.1");

kanghaixian commented 7 years ago

so,how do you deal it,you have answer?

Len-ll commented 6 years ago

I also have this problem. Do you have a solution?

shenghf commented 5 years ago

Hi, Do you have a solution?

makerlee commented 4 years ago

解决了吗