Sandro

Results 16 comments of Sandro

Same problem. @mus9876 `sliderLayout.movePrevPosition(false);` did not work at all.

Which version of Ackee do you use? I have a similar problem, maybe it has something to do with it. See #305

Hey @endel, I tested it running the Colyseus server (with the monitor) locally as well as the game's frontend. I then connected to the game via my laptop running on...

@endel We are still experiencing this issue, even on our live systems. So it's probably related to our implementation. Since I don't know what's causing the problem, I can offer...

@endel Alright. I'll invite you and send you a pm on Discord.

@lpsandaruwan Interesting. We do it like in your first example. That explains it.

Hey @Pyeroh, does this pull include the fix for not recieving UDP on Android 5.0+ from #111?

How do i use this fix in gradle? I can't figure out how to download the latest commit by anubiann00b as jar repository.

I have installed maven and cloned the patched kronet version to my local maven repo and added mavenLocal() and compile "com.esotericsoftware:kryonet:2.22.0-RC1" to my build.gradle.. But udp is not working though,...

Yes, i have done it like that. So why isn't my Android 5 device receiving any udp messages? I have to make an addition here: ``` java compile ("com.esotericsoftware:kryonet:2.22.0-RC1") {...