actix / actix-extras

A collection of additional crates supporting the actix and actix-web frameworks.
https://actix.rs
Apache License 2.0
760 stars 191 forks source link

feat(ws): allow setting max frame size. #439

Closed bjones1 closed 3 months ago

bjones1 commented 3 months ago

PR Type

Feature

PR Checklist

Overview

This PR allows changing the maximum frame size when receiving websocket data. Without this, there's no way to change the default size (64 KB).

bjones1 commented 3 months ago

Looks like there's some overlap between this PR and the approach in #430.

bjones1 commented 3 months ago

Closing in favor of a more complete implementation in #430.