pixelflut
pixelflut copied to clipboard
channelInactive calls the wrong base function
https://github.com/defnull/pixelflut/blob/d4cb065d36d0ff3a69e58ea8b3b32b2e2adb6e88/pixelwar/src/de/paws/pixelwar/PixelClientHandler.java#L52
Should be super.channelInactive(ctx);
I'm working on a complete rewrite of the java server. Stay tuned :)