Gottox / socket.io-java-client

Socket.IO Client Implementation in Java
MIT License
950 stars 387 forks source link

Throws java.util.concurrent.timeoutexception on Android Socket.IO #79

Open ghost opened 10 years ago

ghost commented 10 years ago

This happens when I'm trying to connect to a server with query string parameters. But on normal Socket.IO servers, its just fine.

I also happen to have a question if anyone can help me.

How can I get the message from the server to Android: socket.on('greet', function(data){ io.sockets.emit('greetBack', data); }

if I tried socket.emit("greetback","hello");