fusesource / mqtt-client

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

Can I repeatedly connect to and disconnect from a single client ID? #84

Closed heesukahn closed 7 years ago

heesukahn commented 7 years ago

When I disconnected one connection and attempted to connect again, I got an error saying that there was an existing connection, and I saw a log that generated multiple connections in a different handler in the login handler. In my opinion, even if you disconnect a connection from one client ID, the connection is not completely disconnected. Can I change the client ID?

heesukahn commented 7 years ago

I think this issue test kit problem. at test kit (MOQUETTE) is not disconnected.