Skip to content

Backpressure Mitigation #675

Open
Open
@Archmonger

Description

@Archmonger

Current Situation

We currently use standard JavaScript websockets for client/server communication. The downside of this is that they have no method of handling backpressure, which will become a realistic issue once we begin serializing file content and other form data.

Reference

Proposed Actions

Handle backpressure elegantly, such as through websocket stream libraries.

This ideally should be invisible from a user's perspective, so we want to automate this through template tags when possible.

Reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority-3-lowMay be resolved one any timeline.type-revisionAbout a change in functionality or behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions