Gottox Socket.io-java-client “Error While Handshaking Caused By: Java.io.FileNotFoundException: Http://192.168.1.69:8080/socket.io/1/
I am trying to communicate simple node js (socket.io) server with my android app I am using Gottox socket.io-java-client lib converted to jar file as client but it always returning
Solution 1:
Problem solved (sort of), here: Android developpement, Gottox socket.io-java-client: file not fount Exception /socket.io/1/
(try using an earlier version of socket.io - by first deleting socket.io folder from node_modules and then install an older version, e.g., 0.9.16, using this command: npm install socket.io@0.9.16)
Solution 2:
Use this new library to get going with socket.io 1.0 on Java
https://github.com/nkzawa/socket.io-client.java/blob/master/README.md
Post a Comment for "Gottox Socket.io-java-client “Error While Handshaking Caused By: Java.io.FileNotFoundException: Http://192.168.1.69:8080/socket.io/1/"