FIX: KNX IllegalStateException terminated Thread
This commit is contained in:
parent
644e6ed213
commit
0ad433fea9
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user