Waxolunist / circlescms

My private CMS
http://christian.sterzl.info
5 stars 1 forks source link

Stabilize connection to webserver #1

Open Waxolunist opened 11 years ago

Waxolunist commented 11 years ago

Reload content if a connection is open

Query this.eio.Socket.sockets[*].readyState

Waxolunist commented 11 years ago

Connection has problems on ios - debug mobiles!!

Waxolunist commented 11 years ago

Still problems behind firewalls which are not able to connect to port 8000 (openshift websocket port). Maybe query http://*:8000/engine.io/default/ before trying on port 80 as fallback. Have to find out, how to set the port on the client side.