Description
The "void" action that the composition uses means that it treats that subscription like any other subscription. So a subscription that has null args ends up with a resolved promise. This makes waiting for a subscriptions promise to be resolved unusable. The promise should not be resolved when waiting for args.
Description
The "void" action that the composition uses means that it treats that subscription like any other subscription. So a subscription that has null args ends up with a resolved promise. This makes waiting for a subscriptions promise to be resolved unusable. The promise should not be resolved when waiting for args.