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

WorkerWriter.write() return prior to complete transferring the data #5

Closed
lambdalisue opened this issue Jun 13, 2021 · 1 comment
Closed

Comments

@lambdalisue
Copy link
Owner

WorkerWriter.write() should wait until the data is transferred to the peer.

@lambdalisue lambdalisue added bug Something isn't working and removed bug Something isn't working labels Jun 13, 2021
@lambdalisue
Copy link
Owner Author

It seems there is no native way to detect if the peer received the data from the sender.

I can create achieve it by adding an ACK-like protocol but it would drastically decrease the performance so I decided to leave it as a spec.

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