Thursday, October 23, 2014

Slight Fix!

I've slightly got the server to stop responding. I did this by putting the accept client code above the command handling code (see GitHub -> AndroidRPGServer -> Main.java). So far the server is receiving up to the message from the client, but freezes and isn't handling commands. Although it's still not working great, it's a step towards a big fix, and I believe that it's likely now a bug on the server-end, rather than the client-end, where I was working on before.

1 comment: