Skip to content

client-api: Send WebSocket messages fragmented #2931

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

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

Conversation

kim
Copy link
Contributor

@kim kim commented Jul 11, 2025

RFC 6455, Section 5.4 describes message fragmentation, and we can do that with tungstenite.

It does seem to help getting control messages (ping, pong, close) through without head-of-line blocking.

Expected complexity level and risk

2 - Need to test with clients

Testing

TBD - some more abstraction is needed due to the difficulty of synthetically producing a large outgoing message.

kim added 2 commits July 11, 2025 12:31
RFC 6455, Section 5.4 allows to send message fragmentation, and we can
do that with tungstenite.
@kim kim marked this pull request as ready for review July 14, 2025 14:00
@bfops bfops added the release-any To be landed in any release window label Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-any To be landed in any release window
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants