zwazel / java-basic-chat

1 stars 3 forks source link

If someone sends a message while the other one is still writing, the message won't be send. #2

Closed zwazel closed 3 years ago

zwazel commented 3 years ago

Possible solution: Let the ThreadInput run in its own console window, so that its not getting interrupted, and have a second console windows displaying all the messages