socket.io-android-chat icon indicating copy to clipboard operation
socket.io-android-chat copied to clipboard

A simple chat demo for socket.io and Android

Results 75 socket.io-android-chat issues
Sort by recently updated
recently updated
newest added

Hi, I read this interesting article about token based authorisation : https://auth0.com/blog/2014/01/15/auth-with-socket-io/ Does this library have the ability to send a query on connection? Like show in this part of...

I use your demo,toast always show"Failed to connect " in login page,why?

after clone this repository, I thought it should work without modifying anything and I can login to chat with socket.io but after install app and run it on my device...

2020-12-15 11:15:26.683 27145-27455/com.infinitevariable.ivuniverse W/System.err: com.github.nkzawa.engineio.client.EngineIOException: xhr poll error 2020-12-15 11:15:26.683 27145-27455/com.infinitevariable.ivuniverse W/System.err: at com.github.nkzawa.engineio.client.Transport.onError(Transport.java:65) 2020-12-15 11:15:26.683 27145-27455/com.infinitevariable.ivuniverse W/System.err: at com.github.nkzawa.engineio.client.transports.PollingXHR.access$100(PollingXHR.java:17) 2020-12-15 11:15:26.683 27145-27455/com.infinitevariable.ivuniverse W/System.err: at com.github.nkzawa.engineio.client.transports.PollingXHR$6$1.run(PollingXHR.java:125) 2020-12-15 11:15:26.683 27145-27455/com.infinitevariable.ivuniverse W/System.err:...

If app receiving a message with emoji within socket then it is not receiving properly

Socket io not working when generating app bundle instead of APK

Can you please help to fix this issue. Fatal Exception: java.lang.OutOfMemoryError Could not allocate JNI Env: Failed anonymous mmap(0x0, 8192, 0x3, 0x22, -1, 0): Out of memory. See process maps...

``` private Runnable runnable = new Runnable() { @Override public void run() { socket.emit("ping"); Log.v(TAG,"ping"); handler.postDelayed(this, 15000); } }; socket.on("connect", args -> { Log.v(TAG,"Socket Connected"); handler.postDelayed(runnable, 15000); }); socket.on("pong", args...

how can i clear buffer after connect to server, when i disconnected from server and trying to emmit data, that buffered and after connect to server, this library send all...

I update to version 2.0.0 from 0.8.3, and I face issues while receiving the socket response from Emitter. Listener. Please give suggestions to fix.