We've a legacy MVC website C# 4.6.1. In a brand new project MVC 4.6.1 it works just fine.
In the legacy solution I try to call
busControl.Start();
And it gets stuck there, but it never times out, so I don't have also any error message or any other lead to figure out the problem.
Is there a way to debug Masstransit ?
Any known issues related to this ?
Thanks !