eclipse-paho / eclipse-paho/paho.mqtt.java
MqttAsync Client leaks Reconnect Thread after close
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 919
- PR merge metrics
- No merged PRs in 30d
Description
Please fill out the form below before submitting, thank you!
- [ X] Bug exists Release Version 1.2.1 ( Master Branch)
- [? ] Bug exists in MQTTv3 Client on Snapshot Version 1.2.1-SNAPSHOT (Develop Branch)
- [ ?] Bug exists in MQTTv5 Client on Snapshot Version 1.2.1-SNAPSHOT (Develop Branch)
If this is a bug regarding the Android Service, please raise the bug here instead: https://github.com/eclipse/paho.mqtt.android/issues/new
------------------------------------------------------------------------------------------------------------
I realize there was a fix regarding conn, send, receive thread leaks for version 1.2.1
Although that seems to be fixed, if you start a connection with automatic reconnect set to true and its reconnection logic triggered, the reconnect thread stays active even after you call disconnect and close.
Contributor guide
Assessment
This issue has not been assessed yet.