fusesource / mqtt-client

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

Fixes for issue #104 #105

Closed mdaffner closed 4 years ago

mdaffner commented 5 years ago

Tried to improve the reconnect behaviour so that it doesnt start another reconnectAttemp when its already trying to reconnect. the Method getNextMessageId is now synchronized through a lock Object Changed to higher proguard version. Contains the fixes for issue #104

mdaffner commented 4 years ago

Proguard upgrade: https://github.com/fusesource/mqtt-client/pull/106 fix for the reconnect logic / NPEs during reconnect: https://github.com/fusesource/mqtt-client/pull/107