From 8951d7dcd5537b598c50402081c251f81c24f049 Mon Sep 17 00:00:00 2001 From: Fred Z Date: Wed, 28 Feb 2018 10:54:49 +0100 Subject: [PATCH] Edit TODO crash after 2 in client When 2 clients quit with consecutively, the 3 client trying to connect will crash the server --- chat/TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chat/TODO.md b/chat/TODO.md index 6e6c59c..9edf01f 100644 --- a/chat/TODO.md +++ b/chat/TODO.md @@ -5,6 +5,7 @@ - [x] ~~clean server exit with ~~ - [x] ~~broadcasting messages to all client connected~~ - [ ] show message on server when client use +- [ ] crash after 2 in client - [ ] sending welcome message only at 1st client connection - [ ] asking/using client-nickname - [ ] client freeze when sending empty string or spaces