Skip to content

Fix flushing when data is larger than the buffer #2

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

Merged
merged 1 commit into from
Feb 1, 2020

Conversation

bluekeyes
Copy link
Owner

copyFrom and copyLinesFrom did not increment the start offset after reading, so the same lines were copied over and over again.

Fixes #1.

copyFrom and copyLinesFrom did not increment the start offset after
reading, so the same lines were copied over and over again.
@bluekeyes bluekeyes merged commit 09f3004 into master Feb 1, 2020
@bluekeyes bluekeyes deleted the bkeyes/fix-flush branch February 1, 2020 18:58
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

Successfully merging this pull request may close these issues.

Flush() is going to endless loop
1 participant