It works !

This commit is contained in:
Clément
2025-03-12 14:26:13 +01:00
parent 3eec95e420
commit 2be11ec4a8
5 changed files with 64 additions and 60 deletions

View File

@@ -4,7 +4,7 @@ import java.net.InetSocketAddress;
public class ChatAppClient {
public static void main(String[] args) {
ClientConsole console = new ClientConsole(new InetSocketAddress("192.168.163.131", 6665));
ClientConsole console = new ClientConsole(new InetSocketAddress("localhost", 6665));
try {
console.joinThread();
} catch (InterruptedException e) {