Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

3.0

Compare
Choose a tag to compare
@Redned235 Redned235 released this 05 Jun 17:23
· 3 commits to master since this release

What's Changed

  • Replaced NetInput / NetOutput with Netty ByteBuf
  • Added per-session codec helpers which are convenience classes used to read/write packets. Implementations are able to override this with additional read/write methods specific to their program
  • Utilization of fastutil for higher performance by @Camotoy
  • Add switch case for KQueue in TcpServer#bindImpl by @TeksuSiK in #42
  • Sync the future on wait by @TeksuSiK in #43
  • Fix KQueue init by @HookWoods in #44

New Contributors

Full Changelog: 2.1...3.0