Replies: 1 comment 3 replies
-
you could have a background processing with a limit on number of task that can run in parallel. you need to also consider if the service your posting to is slow hammering it more might not be the best option. my 2 cents. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to know how to do a non blocking code within the foreach below. If the URL is down or slow then it blocks the other messages until the HTTP got cancelled following cancellationtoken timeout.
Beta Was this translation helpful? Give feedback.
All reactions