FIX: KNX IllegalStateException terminated Thread

This commit is contained in:
Patrick Haßel 2021-12-20 11:34:38 +01:00
parent 644e6ed213
commit 0ad433fea9

View File

@ -64,7 +64,7 @@ public class KnxThreadService extends AbstractThreadService implements NetworkLi
} else { } else {
return work(); return work();
} }
} catch (KNXException | IOException e) { } catch (KNXException | IllegalStateException | IOException e) {
log.error(e.toString()); log.error(e.toString());
if (link != null) { if (link != null) {
link.close(); link.close();