ti-websocket-client
ti-websocket-client copied to clipboard
hybi-07 fragmantation impl, message <= 65536 chars limit
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