Hi,
I have a socket sever is written by java, it always listens on specific port. I wrote a client in Java and it could connect to the server but when I created a client in C#, I could not connect to Server.
I just want to send a short value to start a java server.
I guess the problem come from the endianess (little-endian, big-endian) and I have several days to research but can not solve this issue.
Any helping will be appreciate, Dan