Edit TODO crash after 2 <ctrl+c> in client

When 2 clients quit with <ctrl+c> consecutively, the 3 client trying
to connect will crash the server
This commit is contained in:
Fred Z 2018-02-28 10:54:49 +01:00
parent 19271c5995
commit 8951d7dcd5
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- [x] ~~clean server exit with <ctrl-c>~~
- [x] ~~broadcasting messages to all client connected~~
- [ ] show message on server when client use <ctrl+c>
- [ ] crash after 2 <ctrl+c> in client
- [ ] sending welcome message only at 1st client connection
- [ ] asking/using client-nickname
- [ ] client freeze when sending empty string or spaces