Hello All,
I've implemented a .NET 6 Web Api with MassTransit Mediator. It is working well. Due to some context usage for database (ef core), I need to use the controller scope in consumers. I implement the solution literally for http context scope (
http://masstransit-project.com/usage/mediator.html). It is working until I use multiple request clients in the same request. In that case, I got an exception "System.InvalidOperationException: The ConsumeContext was already set."
Anybody saw this kind of exception before?
Could you help me on this case?
Thanks,
Barish