CocoaMQTT
CocoaMQTT copied to clipboard
After manual disconnecting, client is unable to autoReconnect on next session
Steps to reproduce the issue:
- Create a client with autoReconnect = true
- Connect to a broker
- Disconnect the client
- Try reconnecting the client and fail (i.e while the device is still locked)
Expected: The client retries the connection and eventually connects Actual: The client does not attempt to reconnect