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 {
|
||||
return work();
|
||||
}
|
||||
} catch (KNXException | IOException e) {
|
||||
} catch (KNXException | IllegalStateException | IOException e) {
|
||||
log.error(e.toString());
|
||||
if (link != null) {
|
||||
link.close();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user