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/transports internal msgs #264

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

Bernardo-Gabriel
Copy link
Collaborator

Tasks now can optionally loopback all IMC messages.
Tasks loopback "external" IMC messages, as they may be the "target".
Transports ignore "external" IMC messages on consume(const IMC::Message* msg) as they only need to forward "internal" messages, the IMC messages they need, that might be "external" are consumed in specific consume(...) methods.

Note: Transports are not able to forward IMC messages that they "subscribed" (bind<...>(this)).

TODO: forgot to add Loopback Internal Messages = true to [Transports.HTTP] parameters (on etc/common/transports.ini/ line 68).

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.

1 participant