From 0d7549dd8793aee8a57e90d9d24fca18e6376d24 Mon Sep 17 00:00:00 2001 From: William Bracho Blok Date: Wed, 14 Oct 2015 18:56:36 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01831ad..a779685 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Once you start the client, the client can send a message to the server. Type a m *Note:* If you run the server immediately for the second time using the same port number, the server won't accept this number because it says that it is being used. This is because it takes a couple of minutes for the server to release this port number. So in this case you can either run the server using a different name, or wait a couple of minutes before running the server again with the same port number. + I hope this helps. Let me know if you have any questions. -William