Sucess but empty!

@david.allaigre -

It sounds like a bug, can you create a Jira ticket? Please include an example of the code you are using so we can try to replicate, as well as OS and whether or not your project is .NET Full or .NET Core.

Also, the best performance for GetAsync in bulk is to create a list of GetAsync tasks and then use await Task.WhenAll(tasks);

-Jeff