socket.io-client-java icon indicating copy to clipboard operation
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.

Results 135 socket.io-client-java issues
Sort by recently updated
recently updated
newest added

when I use single or multi thread to call our service,it works correct。 But now we have a interface that will push back lots of data with an event which...

documentation

java.lang.OutOfMemoryError coming on Socket java client on Android device. Added logfile from Crashlytics as an attachment. ``` Crashed: EventThread at java.lang.AbstractStringBuilder.enlargeBuffer + 94(AbstractStringBuilder.java:94) at java.lang.AbstractStringBuilder.append0 + 162(AbstractStringBuilder.java:162) at java.lang.StringBuilder.append +...

needs investigation

Hi , How to reuse one socket connection to entire app

documentation

`package com.example.chatapplication; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.app.AppCompatDelegate; import androidx.core.content.ContextCompat; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.os.Handler; import android.os.StrictMode; import android.text.Editable; import android.text.TextWatcher; import android.util.Base64; import android.util.Log; import android.view.View; import android.widget.EditText;...

documentation

how to send image? and how to server receive the image?

documentation

I don't want use as dependency. How to import socket.io as Module in Android project?

documentation

I have made chatting application with socket.io 1.0.0. but after 7 minutes, socket.io client on Android disconnected automatically. How can I resolve this issue?

documentation

I'm trying to send a large byte array from the java client to a node server. It works fine when the byte array size is less than 16MB, but breaks...

needs investigation

How should I send the messages to client after he goes online which I was trying to send but he was offline and unable to receive Socket.io is working well...

documentation

I use 1.0.0 version in my android project, i find if socket always connect, after long time, like 2 days later, app's native heap will raise about 50M, alloc from...

needs investigation