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

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

Open
SmySmy opened this issue Nov 7, 2022 · 0 comments
Open

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

SmySmy opened this issue Nov 7, 2022 · 0 comments
Assignees

Comments

@SmySmy
Copy link

SmySmy commented Nov 7, 2022

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.
"""

SmySmy pushed a commit to SmySmy/OpcUaWebServer that referenced this issue Nov 7, 2022
SmySmy pushed a commit to SmySmy/OpcUaWebServer that referenced this issue Nov 7, 2022
@huebl huebl self-assigned this Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants