eclipse-paho / eclipse-paho/paho.mqtt.java

Try to connect to a broker while the broker is offline

Open
#436 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.