0
I am implementing a Java multi thread server that receives messages from clients and broadcasts them to others. But I’m having problems. The server only receives messages sent to users when the users' sockets are closed.
The application is divided into two modules: client
for customer codes and server
for the server codes.
Here is the code of my project on Github for those who feel more comfortable to see them there. Please check out the branch test
and not in the master
The codes are all very well commented and simple to understand.
As I already asked this question in the English stack overflow, I will just put a link to it here. The codes are all there.