CocoaHTTPServer
CocoaHTTPServer copied to clipboard
Support 64-bit length to allow for big payload
We need to send 196992 bytes of data over websocket. This didn't work and was due to missing support for 64-bit length frames
:+1: , but warns:
CocoaHTTPServer/Core/WebSocket.m:767:39: Implicit conversion loses integer precision: 'UInt64' (aka 'unsigned long long') to 'NSUInteger' (aka 'unsigned int')
however, this is way better than [self didClose]
Can we merge this ?
I have been using this successfully for months.
On 12 Feb 2015, at 08:27, Philippe Lague-Morin [email protected] wrote:
Can we merge this ?
— Reply to this email directly or view it on GitHub.