fusesource / mqtt-client

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

new mqtt client invokes old callbacks #102

Closed patricklx closed 5 years ago

patricklx commented 5 years ago

Steps:

  1. create a mqtt client 1 with callbacks
  2. connect
  3. disconnect
  4. create new client 2
  5. connect -> success called on old callback handler of first client
patricklx commented 5 years ago

Sorry, Was another issue...