KryoNet 2.22.3
- Updated Kryo to version 5.0.0-RC1
- The default Client- and ServerDiscoveryHandler instances (i.e.
ServerDiscoveryHandler.DEFAULT
andClientDiscoveryHandler.DEFAULT
) were replaced by default methods in the respective interfaces. Server#getConnections()
now returns an unmodifiable collection.Connection
now has properhashCode()
andequals()
-methods.- Various improvements to the documentation