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

Receive Full Data #30

Open
threeal opened this issue May 31, 2021 · 0 comments
Open

Receive Full Data #30

threeal opened this issue May 31, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@threeal
Copy link
Member

threeal commented May 31, 2021

Add support to receive full data in listener, client, and server. This feature could be achieved by separating receive function into receive and receive_up_to where receive_up_to will wait for data up to the requested size (non-blocking mode) while the receive function will wait for data until the requested size is achieved (blocking).

@threeal threeal added bug Something isn't working enhancement New feature or request labels May 31, 2021
@threeal threeal added this to the Second Major Release milestone May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant