Akavache
Akavache copied to clipboard
GetObjects will hang if givin more than 64 keys
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
This is probably a Bug. Can you submit a PR that adds a failing test case to this effect?