openhab-core/bundles/org.openhab.core.io.transport.modbus
Sami Salonen b1b58436f2
[modbus] Workaround for nrjavaserial issues: do not disconnect serial (#2272)
Workaround for https://github.com/openhab/openhab-core/issues/1842.
Typically serial connections are disconnected and reconnected on IO
errors. This has turned out to be problematic with the recent
nrjavaserial updates brought by OH3 (locking behaviour of nrjavaserial
seems to be prone to deadlocks).

We workaround the issues by trying to keep the serial connection open
as long as possible.

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
2021-04-07 20:46:36 +02:00
..
src [modbus] Workaround for nrjavaserial issues: do not disconnect serial (#2272) 2021-04-07 20:46:36 +02:00
.classpath Moved modbus transport from addons to core (#1892) 2020-12-08 12:55:52 +01:00
.project Moved modbus transport from addons to core (#1892) 2020-12-08 12:55:52 +01:00
bnd.bnd Moved modbus transport from addons to core (#1892) 2020-12-08 12:55:52 +01:00
NOTICE Moved modbus transport from addons to core (#1892) 2020-12-08 12:55:52 +01:00
pom.xml [transport.modbus] Remove dependencies on deprecated libraries (#2127) 2021-02-04 23:27:06 +01:00