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

nerdbank-streams getBufferFrom method can enter endless(?) spin-loop #557

Open
AArnott opened this issue Nov 21, 2022 · 1 comment
Open
Assignees

Comments

@AArnott
Copy link
Collaborator

AArnott commented Nov 21, 2022

readable.read(size) returns null if size bytes are not immediately available. But it may be that the readable event is raised for every new once subscription even if no new bytes are available, so long as some bytes haven't been read yet.

@AArnott AArnott self-assigned this Nov 21, 2022
@lifengl
Copy link

lifengl commented Dec 5, 2022

@AArnott : I am working on that.

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

2 participants