feat: handle client deconnexion

This commit is contained in:
Morph01
2025-04-01 12:47:54 +02:00
parent 4894c2555d
commit 5b3abadfb6
4 changed files with 99 additions and 36 deletions

View File

@@ -55,4 +55,5 @@ task runClient(type: JavaExec) {
mainClass = application.mainClass
classpath = sourceSets.main.runtimeClasspath
args = ['--client']
standardInput = System.in
}