Hi.
I am trying to send some messages from the server to the client program.
Here are some my code for the server:
Here are some of the code of the client:
I get this :
Message from server: null
I have tested the contents of "dataFromFile". It's not "null".
I should also have seen this :
Server connection established
How comes??
