Skip to content

KryoNet 2.22.3

Compare
Choose a tag to compare
@crykn crykn released this 23 Sep 15:39
· 41 commits to master since this release
  • Updated Kryo to version 5.0.0-RC1
  • The default Client- and ServerDiscoveryHandler instances (i.e. ServerDiscoveryHandler.DEFAULT and ClientDiscoveryHandler.DEFAULT) were replaced by default methods in the respective interfaces.
  • Server#getConnections() now returns an unmodifiable collection.
  • Connection now has proper hashCode() and equals()-methods.
  • Various improvements to the documentation