supermaximus80
supermaximus80
@raeleus I can't because it's a commerсial project. But this issue is easy to recreate in empty libgdx project. If you want, I will recreate it.
@raeleus [test3.zip](https://github.com/libgdx/libgdx/files/13651150/test3.zip) I found the problem. This issue happens when the size of an ImageButton is too small. See attached example.
@shahabrar7746 Hi. In this case why this happens very seldom and most of the time array sends correctly? An example from the official documentation: ``` byte[] buffer = "abc".getBytes(StandardCharsets.UTF_8); JSONObject...
@shahabrar7746 Why this feature sometimes works, sometimes doesn't? It's the bug, but the problem is, is it server parser bug or java client.