-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[FIXED] Service across accounts and leaf nodes #1337
Conversation
Signed-off-by: Matthias Hanel <mh@synadia.com>
So if we just designate B as a hub this works.. |
I have located the conditional where we bail and do not send the interest. Like I said if we make B act as a hub (which IMO it is in this case) works fine as is. |
Are you saying the direction in which the route is created matters to getting a response? |
ok I do think this case should still work without the hub designation for B and found a fix. Will update this PR. |
It can, that role is important to some interest propagation but in this case I believe it still should have worked as is and found why it was not. Its fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good now, but want a LGTM from @kozlovic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Tests #1336
Signed-off-by: Matthias Hanel mh@synadia.com