my-psb/chat/TODO.md
Fred Z 7ecefcf2ad 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.
2018-03-05 23:12:50 +01:00

414 B

chat TODO-list

  • server crash when a client quit
  • clean client exit with
  • clean server exit with
  • showing message on server when client disconnect
  • 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