When I used the most recent version of the library in my application, I would get a new GET request to /socket.io/1/?t= exactly every 15 seconds... plus a few messages that I've disconnected on Firebug.
When I switched to the client-side library provided in the examples/chat folder of PocketIO, this behaviour stopped, and I don't get new GET requests every 15 seconds, and I'm not getting messages that I've disconnected either.
Are we suppoed to only use a specific version of the client-side socket.io.js library?
When I used the most recent version of the library in my application, I would get a new GET request to /socket.io/1/?t= exactly every 15 seconds... plus a few messages that I've disconnected on Firebug.
When I switched to the client-side library provided in the examples/chat folder of PocketIO, this behaviour stopped, and I don't get new GET requests every 15 seconds, and I'm not getting messages that I've disconnected either.
Are we suppoed to only use a specific version of the client-side socket.io.js library?