Akavache icon indicating copy to clipboard operation
Akavache copied to clipboard

GetObjects will hang if givin more than 64 keys

Open MagneticLlama opened this issue 2 years ago • 1 comments

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

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

Expected behavior GetObjects should return a dictionary of 65 entries.

Environment

  • OS: Android
  • Device: Pixel 5

MagneticLlama avatar Jul 04 '22 14:07 MagneticLlama

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

anaisbetts avatar Jul 06 '22 19:07 anaisbetts