You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: