openhab-core/bundles/org.openhab.core.io.transport.mqtt/src
Sonic-Amiga 3b65a9c556
transport/mqtt: Introduce setUnsubscribeOnStop() function (#1724)
Some MQTT servers can be quirky, then do not handle Usubscribe request properly.
In this case we have to omit sending it. Introduce a boolean flag, telling
whether the request should be sent or not, and add a public function to set it.

iRobot built-in MQTT server is known to suffer from this problem.

Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
2020-11-10 22:37:46 +01:00
..
main transport/mqtt: Introduce setUnsubscribeOnStop() function (#1724) 2020-11-10 22:37:46 +01:00
test/java/org/openhab/core/io/transport/mqtt [infrastructure] add external null-annotations (#1775) 2020-11-03 21:33:48 +01:00