Hi there! This article is mostly for people who, like me some time ago, are looking for information on how to configure Messenger for applications ...
For further actions, you may consider blocking this person and/or reporting abuse
Hello !
I'm working on an app using the same kind of architecture as you are in this example (CQRS with Messenger) and i'm wondering if using the Messenger isn't a bad idea.
I mean, it's great to uncouple your code that way, but what about performances and memory ? I'm concerned that, in the end, that way may cause more harm than good.