[Solved] Does these HttpClient call be called in parallel?
Question is: if Test() in my Web App is called 10 times, in parallel, do the POST requests to the remote server are be called in parallel or in serial? They will be called in parallel. Nothing in the code would make it in a blocking way. In fact, when I have huge list of … Read more