socket.io-android-chat icon indicating copy to clipboard operation
socket.io-android-chat copied to clipboard

io.socket.engineio.client.EngineIOException: xhr poll error

Open MadhuriHR opened this issue 8 years ago • 2 comments

I have imported this demo app. It works fine with http://chat.socket.io . But if I change the url to localhost http://192.168.0.23::3000 I am getting "io.socket.engineio.client.EngineIOException: xhr poll error" . I am using "srv-SocketChat" server code implementation to check the app.

MadhuriHR avatar Nov 29 '16 12:11 MadhuriHR

Hello. First of all, check correction of url, please note you use :: between ip address and port.

skyrylyuk avatar Jan 23 '17 10:01 skyrylyuk

i have same issue my address is ok

socket = await manager.createInstance('http://13.127.152.153:60620');

i problem is little bit confusing

i have create chat app so that one device is connected properly and receive message but another device connection same app same code has give io.socket.engineio.client.EngineIOException: xhr poll error

some one help me!

ashish-patidar-rau avatar Jul 02 '19 13:07 ashish-patidar-rau