Update disconnection
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
@@ -287,6 +287,7 @@ public final class PluggableConsoleInput implements ConsoleInput {
|
|||||||
throw e;
|
throw e;
|
||||||
} catch (final IOException e) {
|
} catch (final IOException e) {
|
||||||
LOGGER.log(Level.INFO, "Communication was abrubptly interrupted", e);
|
LOGGER.log(Level.INFO, "Communication was abrubptly interrupted", e);
|
||||||
|
disconnect();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
connexionLock.wait(connexionTimeout);
|
connexionLock.wait(connexionTimeout);
|
||||||
|
|||||||
Reference in New Issue
Block a user