mirek / CoreWebSocket

Web Socket Server and Client Library for iOS and OSX. Follows Core Foundation API style.
http://en.wikipedia.org/wiki/WebSockets
142 stars 34 forks source link

Doesn't appear to handle message fragmentation #13

Open boblastpass opened 9 years ago

boblastpass commented 9 years ago

Large messages are received, but WebSocketFrameParse seems to only handle the first frame resulting in truncation.

It appears there was a previous attempt to fix that was reverted. Any chance this could get fixed?