Hi all,
EDIT: i've solved it
: i forgot to add to receive data from the server, and the server was sending data, so it kinda crashed because of that
i'm working on a game, and i'm using sockets to communicate with the clients. The server is built in python, and the client is currently being built in Java.
I've used the same python server to communicate with flash sockets, and it worked fine. But since i use Java, python always throws me an error:
The error occures when i send data to the server: it receives the data (it prints it curently), and then it shows this error.
I've been searching the web for a while, but i can't seem to find a sollution. Here's my java code:
As i use the same server, i assume the problem is located in Java. This is just a basic code for testing how servers work in Java, so if there are some major errors, please let me know.
Thanks in advance,
UnrealEd