Replies: 1 comment 1 reply
-
Hello. For solve this problem, you need to replace foreach cycle into while space, and re run tasks every while step |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I want to use WhenAny to run though a list of tasks and set them all off. like several web calls,
and when one is done I want to take it out of the list and then do some process on it.
then wait for the next one to complete. till there are none left.
I attempt the above but get an error.
InvalidOperationException: Already continuation registered, can not await twice or get Status after await.
Any help with this would be great.
Beta Was this translation helpful? Give feedback.
All reactions