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

MMQ add a new set output pin strategy #311

Open
mraduldubey opened this issue Sep 27, 2023 · 0 comments
Open

MMQ add a new set output pin strategy #311

mraduldubey opened this issue Sep 27, 2023 · 0 comments

Comments

@mraduldubey
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
MMQ currently forwards the pin the input pin i.e. the output pin is explicitly set to the input pin. This usually works. However, in cases where any downstream module intends to receive inputs from the original modules & via MMQ module, it will fail. The framework will complain about a module getting same pin twice.

Describe the solution you'd like
MMQ should support forwarding the same pin or adding a new pin with the same metadata as input pin. So, although the pinId of the output pin from MMQ is different from input pin, it has same metadata.

Describe alternatives you've considered
None

Additional context

m1->m2
m1->mmq
mmq->m2
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

No branches or pull requests

1 participant