The current implementation of the event -aggregator source code chooses to notify all the observers whenever an event source emits an event.
This is can be made more granular with letting the subscriber subscribe with the aggregator for a specific type of event and then ONLY it should be notified in case , such an event is emitted.
I would like to contribute a working version of these example, may be a PR if this issue is discussed.
The text was updated successfully, but these errors were encountered:
The current implementation of the event -aggregator source code chooses to notify all the observers whenever an event source emits an event.
This is can be made more granular with letting the subscriber subscribe with the aggregator for a specific type of event and then ONLY it should be notified in case , such an event is emitted.
I would like to contribute a working version of these example, may be a PR if this issue is discussed.
The text was updated successfully, but these errors were encountered: