It works !
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user