You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MQTTClient.connect has new parameter cleanSession. Setting this to false will mean the broker stores a record of the session and on reconnection will resume communication based on previous state.
MQTTClient.connect returns whether the server restored a session for this connection.
MQTTClient.unsubscribe takes an array of Strings instead of MQTTSubscribeInfo
Set MQTTClient.connection to nil on disconnect
Catch server disconnect
Fail any tasks in progress if the connection is closed