-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
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
Labels
No labels