Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support 64-bit length to allow for big payload #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

plaguemorin
Copy link

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

@matti
Copy link

matti commented Aug 20, 2014

👍 , 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]

@plaguemorin
Copy link
Author

Can we merge this ?

@matti
Copy link

matti commented Feb 14, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants