eclipse-paho / eclipse-paho/paho.mqtt.java
Fails to send the PINGREQ to mqtt broker when keep-alive interval set to 15mins
Open
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 919
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Im working on android application, if I sent keep-alive interval as 1min (60s) I can see the PINGREQ in the mqtt broker but when the keep-alive interval set to 15mins (900s), its not sent to mqtt broker. The problem im facing here is when keep-alive set to 15mins PINGREQ not received by the broker and is disconnecting the client, after 10mins its connecting back.
Contributor guide
Assessment
This issue has not been assessed yet.