kryonet icon indicating copy to clipboard operation
kryonet copied to clipboard

TCP/UDP client/server library for Java, based on Kryo

Results 69 kryonet issues
Sort by recently updated
recently updated
newest added

_From [[email protected]](https://code.google.com/u/101276589749535757218/) on July 07, 2013 19:02:06_ What steps will reproduce the problem? 1. start a server
 2. start client
 3. client keep sendTCP to server
 4. server not send...

bug
imported
Priority-Medium

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...

When calling Server.close(), the thread will hang anywhere from a few seconds to 10+ minutes. On older, slower computers, the hang can last over half an hour. Client.close() has a...

Hello, is it possible to send classes that dont exist on the server but exist only on the clients? For my use case, the server **does not** need to convert...

I have a minecraft server 1.12.2 with Java8 an It sends this error and then it crashes and close the server. I don´t know how to fix it, could you...

Hello, I have no idea what kryonet is, I only have one server in server.pro, I use Magma and I am on my server normally without errors but when any...

Hi, checking my server's logs, I see a lot of exceptions of this type: com.esotericsoftware.kryonet.KryoNetException: Unable to read object larger than read buffer: 1195725856 at com.esotericsoftware.kryonet.TcpConnection.readObject(TcpConnection.java:118) at com.esotericsoftware.kryonet.Server.update(Server.java:198) at com.betalord.sgx.network.ServerProcessor.run(ServerProcessor.java:90)...

Hi, I'm trying build a simple online game with libgdx and new to networking. Using [these](https://www.youtube.com/playlist?list=PLEHf46yFTvpkARDLeAbekLlncne3BiESN) videos to learn how to create a simple client/server connection. I have all the...

There's a "bug" whereby the server.update() method might take longer to return than specified. E.g. a call of server.update(10) may take 25ms to return. This issue is caused because of...

Since this project is mostly abandoned, I thought it would be great for the users to be more aware of the various forks which are available to them. Potentially this...