eclipse-paho / eclipse-paho/paho.mqtt.java
Eclipse Paho Automatic Reconnect configure
Open
question
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 919
- PR merge metrics
- No merged PRs in 30d
Description
As provided in documentation of java client's automaticReconnect feature:
> Once the client has been disconnected, the client will attempt to connect with an increasing time interval. Starting at 1 second, doubling on each failed attempt up to 2 minutes.
But It raises some questions over client behavior:
1. After 2 minutes limit, Will client keep trying to connect indefinitely?
As I am not able to find any other parameter to control this iteration.
2. Is there any way available to configure this interval ?
Contributor guide
Assessment
This issue has not been assessed yet.