socket.io-client-java
socket.io-client-java copied to clipboard
Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
Hi I'm using socket.io android client.I wrote code and socket connection is perfect.I have one problem.I want to get connection from broadcast (when devise has start).This is my source `public...
Hi, I am using socket.io version 1.7.3 on nodejs and 0.8.3 on Java. The socket.io Java client sends data to the socket.io nodejs application. On the upgrade request, the connection...
Hi, I recently got this two crash report, Am using version 0.8.2, Is this issue fixed in 0.8.3 release? Fatal Exception: java.lang.OutOfMemoryError pthread_create (1040KB stack) failed: Try again java.lang.Thread.nativeCreate (Thread.java)...
I am developing android chat application using "io.socket:socket.io-client:0.8.1" android client and node js server. I really don't know whether it is a issue or problem with my code. I am...
Hi.i used Socket.io in my Android project and with every Socket.emit Call, memory usage increase.for monitoring Ram I used Monitor Tool in Android Studio.please Fix it.thanks
I am trying to send audio files but I was encountering that stream is not supported in socket.io java client. Stream is so convenient... is there a workaround?
I'm using this library with [LibGDX](https://libgdx.badlogicgames.com/) and I have all of my socket related activity in a different thread from the LibGDX graphics thread. It runs perfectly fine for all...
I looking for websocket client libraries that can communicate with SocketIO server, and run in Processing 3. Can this library be used in Processing as-is ?
I find that when my phone use in poor network ( which shows connecting but actually not), the socket io will encounter 'xhr poll error' and constantly send request and...
Hi, I couldn't find an answer to this in the docs. So when I switch off internet on my phone, emit a message and then turn internet back on (after...