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

BufferedBinaryReader.cs must read all bytes #267

Closed
wants to merge 1 commit into from

Conversation

j4587698
Copy link
Contributor

When handling BufferedBinaryReader, one must read a specified number of characters during the read operation. This approach can likely resolve issues related to reading an insufficient number of characters. #266

@Zeugma440
Copy link
Owner

Thanks for pointing this out. However, your PR couldn't be merged as it because it broke unit tests ☹️

I've adjusted your suggestion here aa12f98 to make it work

@Zeugma440 Zeugma440 closed this May 30, 2024
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.

None yet

2 participants