Skip to content

fix Websockets send with data > 65535 bytes #460

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

Merged
merged 40 commits into from
Aug 6, 2017

Conversation

redPanther
Copy link
Contributor

1. Tell us something about your changes.
our current implemention allows sending (from server to ui) only data frames with 64k bytes. Depending on config file size, effects and so on this isn't enough.
With this pr the size limit is gone. If data dosn't fit in one frame, then data is splitted into multiple frames.

code ideas taken from qtwebsockets.

2. If this changes affect the .conf file. Please provide the changed section

3. Reference an issue (optional)

Note: For further discussions use our forum: forum.hyperion-project.org

redpanther and others added 30 commits June 19, 2016 19:22
sync modules with upstream
@redPanther redPanther merged commit f3bbe15 into hyperion-project:master Aug 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants