Hello! It has been a long time since i have been here last. Recently i made a chat/IM program, to chat across a local network between 2 people. Until now, it has been working ok, until i wanted to add another person. I though i could just set one person as the host, and the other 2 to connect to it, but only the first person can connect, and the other person cannot. Any user enters an ip (in my testing localhost) a port (1234) and the program writes to a socket, and reads from it as well, then takes the read data and prints it to a JTextArea.
So, basically, i want to make the program more of a chat room, then a 2 way connection.

