Skip to content

Fix forked Workflow invoking didComplete multiple times - #214

Merged
neakor merged 1 commit into
masterfrom
fix_duplicate_workflow_didcomplete
Feb 12, 2018
Merged

Fix forked Workflow invoking didComplete multiple times#214
neakor merged 1 commit into
masterfrom
fix_duplicate_workflow_didcomplete

Conversation

@neakor

@neakor neakor commented Feb 7, 2018

Copy link
Copy Markdown
Contributor

Because didComplete is added at the end of the Workflow Rx side-effect, if a Workflow is forked, multiple Rx chains with the side-effect are created and subscribed to. This means the didComplete is invoked duplicately.

Fixes #211

Description:

Related issue(s):

Because didComplete is added at the end of the Workflow Rx side-effect, if a Workflow is forked, multiple Rx chains with the side-effect are created and subscribed to. This means the didComplete is invoked duplicately.

Fixes #211
@neakor
neakor requested a review from artman February 7, 2018 23:21
@sbarow

sbarow commented Feb 12, 2018

Copy link
Copy Markdown
Contributor

Can we merge this in and create a new release.

@neakor
neakor merged commit 92b7478 into master Feb 12, 2018
CosmicYogi pushed a commit to CosmicYogi/RIBs that referenced this pull request Jan 8, 2020
Fix forked Workflow invoking didComplete multiple times
@tyvsmith
tyvsmith deleted the fix_duplicate_workflow_didcomplete branch April 24, 2022 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants