Skip to content

Support chunking for large messages #15

@nlindley

Description

@nlindley

If a message is too large to send as a single WebSocket update, it can be chunked into multiple messages. After constructing the JSON message string, the string is sliced into chunked and each is sent with the '+' prefix except for the last chunk sent with the '!' prefix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions