Questions tagged [gottox]

Gottox refers to Gottox/socket.io-java-client which is a Socket.IO client implementation in Java.

Gottox refers to Gottox/socket.io-java-client which is a client implementation in .

Gottox is available on GitHub.

4 questions
4
votes
1 answer

Android: How to use Gottox/socket.io-java-client library with right way?

I have a service. I create a Thread for using socket.io-java-client library on separate thread in this Service. I keep thread with following way: @Override public void run() { while (canLiveThread) { // keep thread } } And this way…
SBotirov
  • 13,872
  • 7
  • 59
  • 81
1
vote
1 answer

Socket io and android not connecting

I am trying to connect an android app to Socket.io server on MEAN Stack. I am emitting a test string on socketTesting and listening on the server side. MainActivity.java public class MainActivity extends ActionBarActivity { TextView tv; …
div
  • 1,475
  • 3
  • 22
  • 32
1
vote
1 answer

android lollipop and socket.io not working together

I have a simple chat application on nodejs with socket.io@0.9.16 module.The chat app works fine with android 4.x.But I tried on android 5.0.I got some errors. errors on server log: What is the relationship of this error with android version …
erginduran
  • 1,678
  • 5
  • 28
  • 51
0
votes
1 answer

Socket.io 0.9 emit respond on Android, using Gottox/socket.io-java-client

If somebody can show me, what's wrong with my code? I really spend a lot of time in attempt to figure out this issue. The "chatinfo" event, which you can see in the Log is passing automatically, after successful connection to the server. I use:…
Anor
  • 1,110
  • 13
  • 14