1 min readSep 19, 2019
I’m not sure if you are aware of how MediatR works, bit it is required by design. In a real application this could be a handler triggered by a message in a queue or topic, then no values would be returned.
As for the example here, please note that the message producer doesn’t care about this result at all.