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

What is the status of this project? #131

Closed mudlee closed 7 years ago

mudlee commented 7 years ago

@NathanSweet

kmare commented 7 years ago

I'd like to know the same. There haven't been commits since quite a while, so I wonder if it's "kinda" abandoned at this point or it's already too perfect :D Could anyone kindly suggest another library as good and as easy to use as this one? Thank you! btw, thank you to all developers for this awesome lib!

NathanSweet commented 7 years ago

Oops, I mistook this for a Kryo question. I haven't personally been making networked applications using KryoNet and so I have not been monitoring the project closely. Kryo (the serialization part) has seen more activity and has been stable for a long time.

RobertZenz commented 7 years ago

@NathanSweet I believe the question was whether you intent to work on it again at some point in the future, or not.

NathanSweet commented 7 years ago

@RobertZenz The project has all the intended features, which is why it has been in maintenance mode for a long time. I doubt new features will be added, but PRs can be merged and bugs fixed.

RobertZenz commented 7 years ago

@NathanSweet Merging the pull requests (or at least reviewing them) would be cool, yes, so that these contributions are not getting lost.

I believe it would be good to note that the project is in maintenance mode in the README, and if you want help for maintaining it, stating so in the README would also be a good idea.