Gottox / socket.io-java-client

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

Unable to connect to server #99

Open nithinraja opened 10 years ago

nithinraja commented 10 years ago

06-09 15:00:34.170: W/System.err(12344): com.example.testchat.io.socket.SocketIOException: Error while handshaking 06-09 15:00:34.170: W/System.err(12344): at com.example.testchat.io.socket.IOConnection.handshake(IOConnection.java:332) 06-09 15:00:34.170: W/System.err(12344): at com.example.testchat.io.socket.IOConnection.access$7(IOConnection.java:295) 06-09 15:00:34.170: W/System.err(12344): at com.example.testchat.io.socket.IOConnection$ConnectThread.run(IOConnection.java:202) 06-09 15:00:34.170: W/System.err(12344): Caused by: java.lang.ArrayIndexOutOfBoundsException: length=1; index=1 06-09 15:00:34.180: W/System.err(12344): at com.example.testchat.io.socket.IOConnection.handshake(IOConnection.java:328) 06-09 15:00:34.180: W/System.err(12344): ... 2 more