CocoaMQTT icon indicating copy to clipboard operation
CocoaMQTT copied to clipboard

After manual disconnecting, client is unable to autoReconnect on next session

Open rafaelnobrekz opened this issue 6 months ago • 0 comments

Steps to reproduce the issue:

  1. Create a client with autoReconnect = true
  2. Connect to a broker
  3. Disconnect the client
  4. 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

rafaelnobrekz avatar Aug 10 '24 00:08 rafaelnobrekz