You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: