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

Handle nodes with multiple input handlers properly #4332

Merged
merged 1 commit into from Sep 19, 2023

Conversation

knolleary
Copy link
Member

Fixes #4330

Fixes the tracking of how many input handlers have the (msg, send, done) signature so we know to call complete at the right time.

@knolleary knolleary merged commit 2ccdeb9 into master Sep 19, 2023
4 checks passed
@knolleary knolleary deleted the 4330-fix-multiple-input-handlers branch September 19, 2023 08:19
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.

Multiple input handlers do not correctly register complete()
1 participant