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

View File

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