I have been trying to use this version of an EventAggregator here
I have been using it in a Blazor Server app which is a rewrite of an Old Silverlight app which used an EventAggregator. However, I have had many issues with it. The latest of which it doesn't fire the events when it should (have no idea why it is not working correctly).
In any case, I am looking for an alternative pattern.
What I am looking for is a way to tell multiple components that the "CurrentCustomer" has changed, so that the components can update themselves.
Is there a recommended pattern or way to do this?