martinothamar / Mediator

A high performance implementation of Mediator pattern in .NET using source generators.
MIT License
2.16k stars 71 forks source link

Mediator.MissingMessageHandlerException Help #137

Closed buchanantyler closed 9 months ago

buchanantyler commented 9 months ago

Please disregard, I was using the wrong method Send instead of Publish. Took me too long to realize, I will say the exception kind of threw me for a loop but definitely still user error.