bugfix - connector was hanging after software update request
This commit is contained in:
parent
8970f0d417
commit
7b65828a80
|
@ -48,6 +48,8 @@ public class UpdateRequestHandler implements Take {
|
||||||
state.requestConnectorSoftwareUpdate();
|
state.requestConnectorSoftwareUpdate();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new IllegalStateException(e);
|
throw new IllegalStateException(e);
|
||||||
|
} finally {
|
||||||
|
state.getTwoKindSemaphore().releaseFromLongTermUsage();
|
||||||
}
|
}
|
||||||
}).start();
|
}).start();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue