menacher / java-game-server

Jetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically tuned for network based multiplayer games and supports TCP and UDP network protocols.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot dynamically add gamerooms once server is started

menacher opened this issue · comments

This causes a class cast exception in DefaultSession equals method.

Fixed bug and added test case sessionDisconnectValidation in JetlangEventDispatcherTest class