Skip to content

WebSocket text frame impl is broken #3342

@987Nabil

Description

@987Nabil

We convert from netty by calling text on TextWebSocketFrame. This is only valid, if it is the final frame.
Else we might have half a UTF8 char in a TextWebSocketFrame. TextWebSocketFrame should be transformed to a data structure that keeps the bytes for later aggregation if it is not final.
This might turn out tricky. I am not sure, this is fixable in binary compatible way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions