Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Connect nodes in parallel #87

Closed
wants to merge 1 commit into from
Closed

Conversation

davinci26
Copy link

The patch allows nodes to connect in parallel using similar logic with mapWithOutput.

Also changed the connect function to return a Results array based on the comment in PR #65

it might be better (and probably should of been done the first time) to return a ([]results, error) from connectNodes and then call buildReport at the end.

Fixes #67

@davinci26 davinci26 closed this Aug 11, 2020
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.

Connect nodes in parallel
1 participant