On Mon, Aug 29, 2011 at 7:44 AM, Ruxiao Ma <[email protected]> wrote: > The computer I'm using now is Chromium 15.0.866.0 (build 98596) on Windows > XP. > > My home computer is using Windows 7 with Chrome dev-channel (15.something, > will check when I arrive home tonight). Haven't tried under Linux.
It's expected that recent versions of Chrome/Chromium no longer work, this is because Chrome/Chromium has switched to the latest (and now stable) version of the WebSockets protocol, which is incompatible with the previous (in-flux) one. See http://blog.chromium.org/2011/08/new-websocket-protocol-secure-and.html Socket.IO still detects that Chrome supports WebSockets (because the JS API hasn't changed) but the server-side doesn't speak the same protocol. -- Thomas Broyer /tɔ.ma.bʁwa.je/
