-
Notifications
You must be signed in to change notification settings - Fork 142
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(network): subscribing to the Libp2p event bus #828
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #828 +/- ##
==========================================
- Coverage 82.85% 82.75% -0.11%
==========================================
Files 172 172
Lines 8364 8383 +19
==========================================
+ Hits 6930 6937 +7
- Misses 1112 1120 +8
- Partials 322 326 +4 |
Co-authored-by: Rostam <[email protected]>
Co-authored-by: Rostam <[email protected]>
Co-authored-by: Rostam <[email protected]>
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.
@themantre thanks, everything looks good.
Description
Subscribing to the EventBus of LibP2P helped us figure out when we have a healthy direct connection with a peer. This enables us to send the
connect
event more effectively and initiate handshaking with a peer.