Update TODO: client freeze finally work

I do not know if the bug disappear or if the bug has never existed.
The messaqe is striped so, nothing is sent when it contains nothing
or only spaces.
This commit is contained in:
Fred Z 2018-03-01 08:35:54 +01:00
parent d0016e50cc
commit a395444baf
1 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@
- [x] ~~show message on server when client use <ctrl+c>~~
- [x] ~~crash after 2 <ctrl+c> in client~~
- [x] ~~sending welcome message only at 1st client connection FIX #20~~
- [x] ~~client freeze when sending empty string or spaces~~
- [ ] 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
- [ ] using wlist with select.select for hardening the script