bugfix - connector was hanging after software update request

This commit is contained in:
rusefi 2020-08-30 00:42:30 -04:00
parent 8970f0d417
commit 7b65828a80
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ public class UpdateRequestHandler implements Take {
state.requestConnectorSoftwareUpdate();
} catch (IOException e) {
throw new IllegalStateException(e);
} finally {
state.getTwoKindSemaphore().releaseFromLongTermUsage();
}
}).start();