Update disconnection
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
9df812273c
commit
a3d2c2c07e
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user