pixelflut icon indicating copy to clipboard operation
pixelflut copied to clipboard

channelInactive calls the wrong base function

Open VictorKoenders opened this issue 6 years ago • 1 comments

https://github.com/defnull/pixelflut/blob/d4cb065d36d0ff3a69e58ea8b3b32b2e2adb6e88/pixelwar/src/de/paws/pixelwar/PixelClientHandler.java#L52

Should be super.channelInactive(ctx);

VictorKoenders avatar Mar 14 '18 22:03 VictorKoenders

I'm working on a complete rewrite of the java server. Stay tuned :)

defnull avatar Mar 21 '18 12:03 defnull