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

GetObjects will hang if givin more than 64 keys #791

Open
MagneticLlama opened this issue Jul 4, 2022 · 1 comment
Open

GetObjects will hang if givin more than 64 keys #791

MagneticLlama opened this issue Jul 4, 2022 · 1 comment
Labels

Comments

@MagneticLlama
Copy link

Describe the bug
GetObjects will not return if more than 64 strings are passed in.

Steps To Reproduce
var resultsDictionary = await BlobCache.UserAccount.GetObjects(listOf65Keys);
GetObjects will never resolve.

Expected behavior
GetObjects should return a dictionary of 65 entries.

Environment

  • OS: Android
  • Device: Pixel 5
@anaisbetts
Copy link
Member

This is probably a Bug. Can you submit a PR that adds a failing test case to this effect?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants