Closed henghonglee closed 11 years ago
Dude, your PR was completely broken, segfaulting on reading frame, reverted it for now if you want you can create fixed PR, looks like you've forgotten to add init code for currentData
.
Oh I'm so sorry bout that I think I missed out part of the code that I added (was working on it in another project). I'll submit a fixed soon
On Monday, September 16, 2013, Mirek Rusin wrote:
Dude, your PR was completely broken, segfaulting on reading frame, reverted it for now if you want you can create fixed PR, looks like you've forgotten to add init code for currentData.
— Reply to this email directly or view it on GitHubhttps://github.com/mirek/CoreWebSocket/pull/3#issuecomment-24482206 .
Server was not performing well for large chunks of data, added support for counting bytes on the server to wait for more data from the stream when not full.