[base-controller] ControllerMessenger
should prohibit retroactive subscriptions to published events
#4700
Labels
ControllerMessenger
should prohibit retroactive subscriptions to published events
#4700
Motivation
Listeners in typical event systems like
EventEmitter
only trigger if they existed when the event was emitted. However, the messenger event pubsub system in ourControllerMessenger
class does not follow this norm. This behavior should be fixed for maintenance and predictability reasons.Acceptance Criteria
Further Research
References
The text was updated successfully, but these errors were encountered: