标签: c# masstransit
我在以下代码中使用MassTransit发送请求/响应消息。
MyController(){}
当一切顺利的时候,这很好用...但是,如果(请求)抛出异常。
double dollars = floor(input); double cents = (input - dollars) * 100;