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

fix(Resources): Use readNBytes() to read a chunk of resources #4938 #4939

Closed
wants to merge 1 commit into from

Conversation

AChep
Copy link

@AChep AChep commented Jun 7, 2024

Fixes #4938 The idea is that both .skip() and .read() may skip and read less bytes that requested.

Sections:

  • Fixes

Subsections:

  • Desktop
  • Resources

Verified

This commit was signed with the committer’s verified signature.
AChep Artem Chepurnyi
@terrakok
Copy link
Member

terrakok commented Jun 7, 2024

Thank you for the fix. I did it by my own for both targets: android + jvm.
#4943

@terrakok terrakok closed this Jun 7, 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.

Compose Resource incorrectly reads string chunks from a file
2 participants