Open ghost opened 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");
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");