Posts by John • 41 points
1 post
-
4
votes2
answers401
viewsQ: Simultaneous calls in Restful service
Hello, I’m having doubts on how to make fun simultaneous calls (about 100) in a REST service. The example of code I have is the following: using (var http = new HttpClient { BaseAddress = new…