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
This commit is contained in:
Fred Z 2018-02-28 10:54:49 +01:00
parent 993b5bcfa8
commit 07284076cd
1 changed files with 1 additions and 0 deletions

View File

@ -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
- [ ] …