You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works with Chromium 15.0.839.0, but I haven't tested it beyond a few simple operations. I want to add support for fragmentation and I need to write unit tests for the new wire protocol decoder; once that's done I'll open a pull request.
Newest Chromium uses the hybi-10 version of the WebSocket protocol (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10). See http://code.google.com/p/chromium/issues/detail?id=64470 for details.
Both the handshake and the payload format have changed and currently txWebSocket does not work with Chromium.
I'm working on implementing both tha handshake and the new frame format and will create a pull request as soon as I have it done.
The text was updated successfully, but these errors were encountered: