Files
spring-integration/spring-integration-mqtt/src
Artem Bilan 937da13bcf 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

**Auto-cherry-pick to `6.2.x` & `6.1.x`**
2024-05-21 13:14:56 -04:00
..