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

Add better support for receiving larger payloads #430

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

asonix
Copy link
Contributor

@asonix asonix commented May 10, 2024

PR Type

Feature

PR Checklist

  • Tests for the changes have been added / updated. (if updating the chat example counts)
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the nightly rustfmt (cargo +nightly fmt).

Overview

This change enables the maximum frame size to be configured when receiving websocket frames. It also adds a new stream time that aggregates continuation frames together into their proper collected representation. It provides no mechanism yet for sending continuations.

This change enables the maximum frame size to be configured when receiving websocket frames. It also
adds a new stream time that aggregates continuation frames together into their proper collected
representation. It provides no mechanism yet for sending continuations.
@robjtede robjtede added B-semver-minor A-ws Project: actix-ws labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ws Project: actix-ws B-semver-minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants