Files
spring-integration/spring-integration-mqtt/src
Artem Bilan f11de7f75e GH-9112: Workaround for Paho stopReconnectCycle
Fixes: #9112

`Mqttv5ClientManager` hangs in `stop()` if never was connected.
The scheduled reconnect timer in the client is never cancelled.

* Call `stopReconnectCycle()` on the client via reflection when we disconnect
from the client in Spring Integration MQTT components

(cherry picked from commit 937da13bcf)
2024-05-21 17:15:21 +00:00
..