Change protocol implementation

This commit is contained in:
ginkelmath
2026-03-14 11:46:05 +01:00
committed by Mathis Ginkel
parent e533262c38
commit 892f0553f6
5 changed files with 137 additions and 27 deletions
@@ -25,6 +25,7 @@ public class ClientServiceTest {
public void tearDown() {
serverThread.interrupt();
}
@Test
public void testClientService() throws ExecutionException, InterruptedException {
ClientService client = new ClientService("localhost", 5000);