Add bug when sending space or empty string

In client if a empty string is typed (or a _space only_) string,
server do not print it and client lose connection and prompt do not
appear.
This commit is contained in:
Fred Z 2018-02-28 10:54:49 +01:00
parent c6b16c2c87
commit 7ecefcf2ad
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@
- [ ] broadcasting messages to all client connected
- [ ] sending welcome message only at 1st client connection
- [ ] asking/using client-nickname
- [ ] client freeze when sending empty string or spaces
- [ ] …