CoogleIOT icon indicating copy to clipboard operation
CoogleIOT copied to clipboard

MQTT subscribtions are cleared on reconnect

Open 0x0ACB opened this issue 7 years ago • 0 comments

Currently when CoogleIOT reconnects to the mqtt server it does so with the cleanSession flag set to true. This results in all subscribtions being cleared. As such it would be helpful to either have a callback that gets called after a successful reconnect or having CoogleIOT automatically restore all subscriptions.

0x0ACB avatar Jan 06 '19 14:01 0x0ACB