I'm using socket.io 1.1 to access a server behind Amazon elastic load balancer. Because elb doesn't support websocket, polling is the chosen transport.
How do I change the polling frequency to increase the polling interval?
Thanks!
I'm using socket.io 1.1 to access a server behind Amazon elastic load balancer. Because elb doesn't support websocket, polling is the chosen transport.
How do I change the polling frequency to increase the polling interval?
Thanks!