From 07284076cd861d0f263f4604f6030bbde836dfc5 Mon Sep 17 00:00:00 2001 From: Fred Z Date: Wed, 28 Feb 2018 10:54:49 +0100 Subject: [PATCH] Edit TODO using wlist with select.select() Under heavy charge the script might be weak with seocket.read() & socket.send() using together rlist in select.select(). See https://pymotw.com/3/select/index.html --- chat/TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chat/TODO.md b/chat/TODO.md index 541c959..8a6d8ba 100644 --- a/chat/TODO.md +++ b/chat/TODO.md @@ -11,4 +11,5 @@ - [ ] 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 +- [ ] using wlist with select.select for hardening the script - [ ] …