Can't execute async LINQ queries #665
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
LINQ
needs-investigation
I get an
IOrderedQueryable<T>
fromGetItemLinqQueryable<T>()
and follow up with aWhere()
andOrderBy
clause and finally convert the whole thing to aFeedIterator<T>
. Since the default value forallowSynchronousQueryExecution
is false, everything should be async. However, I get the following exception:Can you please tell me what I'm doing wrong? Is async LINQ not supported right now? If so, what's the purpose of
allowSynchronousQueryExecution
? I'm using SDK 3.1.0.The text was updated successfully, but these errors were encountered: