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
A per connection buffer should be created in order to govern the total throughput of the entire connection. This will allow us to put a maximum cap on data being sent per connection on the buffer.
Spec TBD...
Additional context
Tasks
Spec this out
...
...
The text was updated successfully, but these errors were encountered:
Do note that the underlying ws transport may one day expose websockets themselves as the streams, and whatever is the underlying transport for that can be used as the connection.
But currently this relies HTTP1.1+TCP+WS as the connection, and we built streams on top.
As mentioned before technically HTTP2 supports HTTP2+TCP as the connection with WS as streams, but no support for this atm.
Most likely HTTP3 comes along, and WS becomes built on top of web transport.
Specification
A per connection buffer should be created in order to govern the total throughput of the entire connection. This will allow us to put a maximum cap on data being sent per connection on the buffer.
Spec TBD...
Additional context
Tasks
The text was updated successfully, but these errors were encountered: