Skip to content

backpressure #7

@dominictarr

Description

@dominictarr

we can have back pressure on the sink side, at least via the bufferedAmount property:

The number of bytes of data that have been queued using calls to send() but not yet transmitted to the network. This value does not reset to zero when the connection is closed; if you keep calling send(), this will continue to climb. Read only

https://developer.mozilla.org/en-US/docs/Web/API/WebSocket

there is no way to send back pressure on the read side though ); surely the implementation has it underneath, but it would be good to provide that to the application... but we should get sink side right at least.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions