ti-websocket-client icon indicating copy to clipboard operation
ti-websocket-client copied to clipboard

hybi-07 fragmantation impl, message <= 65536 chars limit

Open nowelium opened this issue 13 years ago • 0 comments

I'm implementation for hybi-07 fragmantation message(http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07#section-4.7)

and other problem patches below:

  • read message <= 65536 chars limit.
  • send message >= 48 chars braked frame data. issue "Messages >= 48 Chars Breaks the Connection":: nowelium/socket.io-titanium#8

nowelium avatar Feb 21 '12 04:02 nowelium