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

Improve stream support #257

Open
1 of 2 tasks
kevinries opened this issue Oct 28, 2021 · 0 comments
Open
1 of 2 tasks

Improve stream support #257

kevinries opened this issue Oct 28, 2021 · 0 comments

Comments

@kevinries
Copy link
Member

kevinries commented Oct 28, 2021

What is this feature about?

Improve stream support.

What needs to be done to implement this feature?

  • Handling of backpressure in both directions. If the receiver detects a backlog, the sender must interrupt the transmission and resume it when the receiver's buffer is empty again.
  • Error handling. Stop transmission if an error occurs.

What else should we know?

For this feature the weave protocol must be extended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant