damios

Results 107 comments of damios

Did you register your object with all of your used object spaces before invoking the objects methods?

The phrase "with all of your used object spaces" was referencing the "on a _different_ object space on the same connection" part in your initial post. You need to register...

Hey @Daburnell112! This issue is basically a – more up to date – duplicate of #77 or any of the PRs that suggest updating the framework to Kryo 4.0. If...

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

As `#connect` is just calling `Socket#connect` this should most definitely work. Strangely, the timeout is used for *re*connecting, see [here](https://github.com/EsotericSoftware/kryonet/blob/master/src/com/esotericsoftware/kryonet/Client.java#L223).

This is not the right place to look for support with your Minecraft server. Kryonet is a java networking library. Any issues you encounter aren't caused by KroNet, but rather...

The project itself wasn't updated for more than two years – have you tried using one of the newer forks?

There are three main forks: - The one by [Edarke](https://github.com/Edarke/kryonet), that adds support for queries (just see his [README](https://github.com/Edarke/kryonet/blob/master/README.md)), but removes support for a few of the bigger framework features...

If anyone is looking for a code base without the fix, my [fork](https://github.com/crykn/kryonet) allows you to disable it by setting `UdpConnection#androidFixDisabled`.