mrniko / netty-socketio

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

socketio couldn't connect netty-socketio's listening port #684

Open m26597 opened 5 years ago

m26597 commented 5 years ago

everything works in local. when I push the project on the server, I couldn't connect the assigned port . I checked the port on the server and found its status is 127.0.0.1:9092 so that the client couldn't connect from other pc. how could I do to solve this problem ? Please.

joeyreinders commented 5 years ago

@m26597 Have you found a solution for your problem? I'm facing the exact same issue as you.