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(libp2p): emit peer:discovered event on internal event bus #2019

Merged
merged 2 commits into from
Sep 4, 2023

Conversation

achingbrain
Copy link
Member

To notifiy components that a new peer has been discovered, emit the peer:discovered event on the event bus component.

Allows the auto-dialer to choose to dial newly discovered peers immediately instead of waiting for the next autodial interval.

To notifiy components that a new peer has been discovered, emit the
`peer:discovered` event on the event bus component.

Allows the auto-dialer to choose to dial newly discovered peers
immediately instead of waiting for the next autodial interval.
@achingbrain achingbrain requested a review from a team as a code owner September 2, 2023 15:11
@achingbrain achingbrain merged commit a6be8f0 into master Sep 4, 2023
17 checks passed
@achingbrain achingbrain deleted the fix/emit-peer-discovered-event-on-event-bus branch September 4, 2023 07:25
This was referenced Jan 18, 2024
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.

2 participants