[help] Client dropping for basically no reason.
Omg hi.
My client keeps dropping randomly. It logs out when I'm walking, standing still, doesn't matter it just gets mad and BOOM drop client.
I'm printing all unhandled packets to the server console, I have all the packets I need so far so that's not it....
I'm using multiple threads, the update server is seperate from the main, I print when a client is connected and disconnected, and when the client drops I believe my connection is still live as it's not printing a client disconnecting, you just log out.
My I/O is Netty, it's not java.io shit btw.
Any ideas? This is really getting on my nerves I see no problem in my source code.