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.
MIT License
1.27k stars 560 forks source link

update to netty5 #63

Open Rekoe opened 10 years ago

Rekoe commented 10 years ago

are you sure to update netty4 lib to netty5 lib

menacher commented 10 years ago

Yes. For the moment I am holding off on it, since more breaking changes may happen in netty api.

Rekoe commented 10 years ago

OK