-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Maybe rather than registerEvent, it should use publish, and see how much logic could be reused from ET._publish.
Problem is two-fold:
target.publish('foo', {...});thentarget.publish('foo', {...}, null, ['subscribe'])target.publish('foo', {...}, null, ['subscribe']);thentarget.publish('foo', {...}, null, ['subscribe']);again.
Maybe three-fold if republished with a different set of routes ('subscribe', 'unsubscribe', 'fire').
Metadata
Metadata
Assignees
Labels
No labels