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 31 forks source link

Added curentData init #4

Closed henghonglee closed 11 years ago

henghonglee commented 11 years ago

Fixed PR for previous currentData bug.

currentData adds support for large chunks of data

mirek commented 11 years ago

@henghonglee there were quite a lot of changes between your last pull request and this fix, it can't be merged.

It would be great to have test case for your problem. Was the problem related to performance for large transfers? Was that the only problem you were experiencing?