gdx-websockets icon indicating copy to clipboard operation
gdx-websockets copied to clipboard

libGDX websockets implementation

Results 8 gdx-websockets issues
Sort by recently updated
recently updated
newest added

When I'm building with RoboVM for iOS, I'm having an issue. The issue arises from the absence of the class _javax.net.ssl.SNIHostName_ in the RoboVM runtime library. It happens on calling...

* Replace deprecated compile with implementation * specify dependencies that go under html project * Add subsection to declare the wsVersion in the Gradle.properties file All of these changes make...

This is more of a suggestion, but it seems weird that when sending bytes, we must have to basically create a new byte[] every time. It would be much better...

ReadingThread and WritingThread could not exit ![截屏2022-04-23 08 45 26](https://user-images.githubusercontent.com/24698189/164843118-5c5c631c-9ce1-41d1-8549-44a5240200fb.png)

com.neovisionaries.ws.client.WebSocketFactory#setConnectionTimeout not be called

When i added box2d and box2dlights I started seeig that some calls were blocked in different methods. I didnt have any error but by debbuging it I saw that there...

Hi, i have detected a bug in the serializer: I have a class to be serialized public class SpaceLoader { public int x=0; **public SpaceLoader(){ x=6; }** public SpaceLoader(int x){...

Json serializer not deserializing . Server code ![image](https://user-images.githubusercontent.com/18512841/113484659-c9be2e00-94a9-11eb-8992-f004396df468.png) ![image](https://user-images.githubusercontent.com/18512841/113484680-e0fd1b80-94a9-11eb-9181-36a7c7f77d85.png) ![image](https://user-images.githubusercontent.com/18512841/113484683-e78b9300-94a9-11eb-982c-23529b8d91d7.png) Message bytes are sent correctly from client to server . However deserialization never ends . See that o.getClass() is never...