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

1-to-N command dispatching sends all N results back to the source extension #120

Closed
halajohn opened this issue Oct 13, 2024 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@halajohn
Copy link
Member

This allows the source extension to handle situations where some commands succeed and others fail. A new is_done field needs to be added to the result to indicate that all (N) results have been returned.

@halajohn halajohn added the enhancement New feature or request label Oct 13, 2024
@halajohn halajohn added this to Kanban Oct 13, 2024
@halajohn halajohn self-assigned this Nov 12, 2024
@halajohn
Copy link
Member Author

This feature has been completed through a series of pull requests, such as this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant