streak
streak copied to clipboard
[IDEA] Start new subscriptions asynchronously
Basically somehow change Subscribers from in memory event bus listeners into full-blown subscriptions that are dispatching new StartSubscription($id, $event) commands.
Of course those subscriptions would have to become command handlers.