mrniko / netty-socketio

Socket.IO server implemented on Java. Realtime java framework
Apache License 2.0
6.81k stars 1.65k forks source link

Unable to connect to netty socket-io server version 1.7.15 from web client #595

Open AndroidDeveloperGit opened 6 years ago

AndroidDeveloperGit commented 6 years ago

netty socket-io server 1.7.15 is used to establish a server on Android device. The library works fine if we run as a socket.io server on linux box and able to connect from web client ng-socket.io and socket.io client. The same when deployed on Android as server fails to connect from web client and socket.io client.

codezjx commented 3 years ago

+1, any solutions?