Skip to content

Feature: Enable Fragmentation for Text Frames in WebSocket Gateway #126

Description

@SmySmy

Currently, only single frame messages can be processed by the WebSocket Gateway. Fragmentation of frames is not implemented.
This should be changed with this feature.

This feature should implements the fragmentation for text frames. This process is defined in https://www.rfc-editor.org/rfc/rfc6455#section-5.4

"""
A fragmented message consists of a single frame with the FIN bit clear and an opcode other than 0, followed by zero or more frames with the FIN bit clear and the opcode set to 0, and terminated by a single frame with the FIN bit set and an opcode of 0.
"""

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions