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.
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...
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 +...
`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;...
how to send image? and how to server receive the image?
I don't want use as dependency. How to import socket.io as Module in Android project?
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?
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...
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...
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...