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

Backpressure Mitigation #675

Open
Archmonger opened this issue Feb 17, 2022 · 0 comments
Open

Backpressure Mitigation #675

Archmonger opened this issue Feb 17, 2022 · 0 comments
Labels
priority-3-low May be resolved one any timeline. type-revision About a change in functionality or behavior

Comments

@Archmonger
Copy link
Contributor

Archmonger commented Feb 17, 2022

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

@Archmonger Archmonger added priority-3-low May be resolved one any timeline. type-revision About a change in functionality or behavior labels Feb 17, 2022
@Archmonger Archmonger added this to the 2.0 milestone Feb 17, 2022
@Archmonger Archmonger modified the milestones: Luxury, Essential Jan 29, 2023
@rmorshea rmorshea removed this from the Essential milestone Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-3-low May be resolved one any timeline. type-revision About a change in functionality or behavior
Projects
None yet
Development

No branches or pull requests

2 participants