Communication loop now interrupts after clearing the output of appli
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
c877450b2b
commit
719d7ada3f
@ -295,6 +295,9 @@ public class SocketConsoleApplicationShell implements Runnable, AutoCloseable {
|
||||
// keep on going
|
||||
}
|
||||
reading.setRunning(false);
|
||||
while (consoleManager.available()) {
|
||||
waitASec();
|
||||
}
|
||||
socket.shutdownOutput();
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user