I have created a chat room using Java. When I run it on just one computer, which isn't necessarily chatting, but testing rather, it runs fine. However, when I run it on a second computer, the program connects but when the second computer user sends a message, it throws a ConnectException error, saying that the connection has been reset.
Any ideas why I might be getting this error?
Thanks