EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.81k stars 415 forks source link

Is this library mantained anymore? #169

Open patton73 opened 2 years ago

patton73 commented 2 years ago

If the answer is yes I would like to see these jobs done:

Update this library to the latest kryo remove logger dependency and let it depends only from SLF4j. _ implement a TLS secure layer over TCP

Thanks in advance for any answer you can give. Andrea.

crykn commented 2 years ago

The library has had its last release in 2013, which should answer your question. If you want a version of KryoNet that supports the latest Kryo, try one of the many forks of this lib. Also there is a drop-in replacement for Minlog, which logs everything to SL4J: https://github.com/jdanbrown/minlog-slf4j

ice1000 commented 1 year ago

This fork created by crykn: https://github.com/crykn/kryonet is pretty good.