AndroidAsync Socket.io ArrayIndexOutOfBoundsException

I am using socket.io 0.9.14 on the server and 1.2.5 the AndroidAsync library from koush. I got java.lang.ArrayIndexOutOfBoundsException: length = 1; index = 1 when I use the SocketIOClient.connect method.

Here is an attached stack. Stacktrace for exception

+4
source share

Source: https://habr.com/ru/post/1547859/


All Articles