From 993b5bcfa8e37065adc25a087047d24f9526d34b Mon Sep 17 00:00:00 2001 From: Fred Z Date: Wed, 28 Feb 2018 10:54:49 +0100 Subject: [PATCH] Edit TODO move closing connect at the script's end Use a boolean to escape while-loop and move the closing stuff outside the handler() --- chat/TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chat/TODO.md b/chat/TODO.md index 632a0a8..541c959 100644 --- a/chat/TODO.md +++ b/chat/TODO.md @@ -10,4 +10,5 @@ - [ ] asking/using client-nickname - [ ] client freeze when sending empty string or spaces - [ ] clean the prompt and std.out a bit messy since broadcasting +- [ ] move closing connection at the script's end - [ ] …