eclipse-paho / eclipse-paho/paho.mqtt.java
Try to connect to a broker while the broker is offline
Open
enhancement
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 919
- PR merge metrics
- No merged PRs in 30d
Description
- Release Version 1.2.0 ( Master Branch)
this is more of a question but may be a bug.
we want to make sure client connect to server and keep trying to connect if broker is not available.
1. the client is connected and the broker goes down, client try to reconnect -> this is working fine, reconnects after broker is online.
2. client try to connect (new client) to broker but broker is down. client will not try to reconnect after the broker is back online.
how do I make (2) work?
Contributor guide
Assessment
This issue has not been assessed yet.