MassTransit - Wait for all activities to complete and then continue processing
问题 If I have to much activities, does it cause blocking resources or request time out? Here is my scenario: I have an api controller which sends an Order request to consumer; I use Request/Response patern to recieve ErrorMessage property from consumer and base on that property response back, if it's null I would want to return OK() otherwise, return BadRequest or Ok but with a message like: Product out of stock to notify to the client . In my consumer, I have build a routing slip which have 2