On Thu, Aug 26, 2010 at 9:25 AM, Lennard de Rijk <[email protected]> wrote: > On Wed, Aug 25, 2010 at 3:18 PM, Joseph Gentle <[email protected]> wrote: >> On Wed, Aug 25, 2010 at 9:44 AM, Lennard de Rijk <[email protected]> >> wrote: >> > Hi Charles, >> > >> > On Wed, Aug 25, 2010 at 8:39 AM, cearl <[email protected]> wrote: >> >> >> >> I am able to get the server and web client running on Mac OS X 10.6.4. >> >> Web client Works in Chrome >> >> Web client Crashes Safari 5.0.1, crashes nightly build of Webkit. Any >> >> ideas here? >> >> It'll crash on the nightly builds webkit because webkit r59903+ uses >> draft v76 of websockets, which is incompatible with draft v75, which >> is what we're currently using. >> http://blog.chromium.org/2010/06/websocket-protocol-updated.html >> >> It works ok in safari on macosx 10.6.4 for me (reporting as Version >> 5.0.1 (6533.17.8)). And by 'ok', the inbox doesn't work, but you can >> type in the editor. >> >> -J > > Sounds familiar. Do you know if Chrome can handle the new draft Joseph? > Greetings, > Lennard
Sure can. >From the article: Developers should be aware that starting from WebKit nightly build r59903 and Chrome 6.0.414.0 (r47952), the client will talk to a server using -76 version of the protocol, so it will fail to open WebSocket connections with a WebSocket server based on draft-hixie-thewebsocketprotocol-75. ... If you want to test it, switch to the developer channel of chrome. -J -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
