The message that the server sends to a client through TCP in Java gets changed when the client receives it
I’m working on an online game. For communication between clients and the server, I’m using TCP. Now, when clients send their usernames to the server, the server should message them back ‘1’, but the client receives ‘�� 1’.