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

bug: From and Source fields are always the same #121

Open
erhant opened this issue Sep 27, 2024 · 1 comment
Open

bug: From and Source fields are always the same #121

erhant opened this issue Sep 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@erhant
Copy link
Member

erhant commented Sep 27, 2024

Ever since we did the changes below:

  • instead of looping all addresses in info.listen_addrs we simply use info.observed_addr
  • fixed the add_explicit_peer on all peers (which caused memory issues)

the propagation source and message source turn out to be the same.

This is not really expected imo, and this way have to do with the problem in #119 as well since that also started after this change.

@erhant erhant added the bug Something isn't working label Sep 27, 2024
@erhant erhant mentioned this issue Sep 27, 2024
@erhant
Copy link
Member Author

erhant commented Oct 8, 2024

This could be related to Permissive setting as well, in which case we can close the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant