From cf41cb45e1741266547fb4e49ca8718d8eee281c Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Mar 2026 18:52:47 -0600 Subject: [PATCH] updated readme to describe how to circumvent the bug --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6debc47..46c4a0e 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ an attempt at a threaded ncurses network chat in c++ + +the biggest bug right now is that if you start the server without having started it previously and there isn't a server.txt and client.txt from a previous session, it doesn't work at all. It will work when you try it a second time.