mrniko / netty-socketio

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

Controlling the XHR Polling Interval #332

Open pramodbms opened 8 years ago

pramodbms commented 8 years ago

Reference : https://github.com/mrniko/netty-socketio/wiki/Configuration-details

I would like to control the xhr polling interval for connections where the websocket upgrade fails. The above document mentions a setter. But in the latest 1.7.9, There are no methods in the Configuration class.

How to set the xhr polling interval at the server?

PeterL1n commented 8 years ago

Yeah that would be useful Since we can use Cloudflare by long poll with shorter intervals