Force.com-Toolkit-for-NET
Force.com-Toolkit-for-NET copied to clipboard
Block on Long Query
I am doing a very large query ( 36512 chars ) there is a long list in the in clause.
query ="Select id from asset where name in ('xxxxxx','yyyyy',......)"
'xxxxxx','yyyyy',...... is a list of 1600 strings.
var contacts = await fclient.QueryAsync
If I run it just blocks in queryasync for ever and doesnt return any error.