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: Process all outgoing events #732

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Conversation

sklinglernv
Copy link
Collaborator

Fixes a bug in the Colang 2 runtime, that causes certain output events to be not fed as input events again. This happens if multiple input_events are processed at the same time and all of these events generate output_events.

This PL fixes this by maintaining a separate list of output events that need to be added to the input event list to continue processing.

@schuellc-nvidia
Copy link
Collaborator

Thanks Severin! Looks good!

Copy link
Collaborator

@schuellc-nvidia schuellc-nvidia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good

@drazvan drazvan merged commit e6b0bcd into develop Sep 10, 2024
4 checks passed
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.

3 participants