mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Right now, whenever I try upgrading to WS, I get: Uncaught TypeError: Object #<Transport> has no method 'setInterval' Did a quick search for WS.prototype.setInterval and I don't see it anywhere. Removing `this` makes the upgrade work correctly.