-
Notifications
You must be signed in to change notification settings - Fork 967
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(share/discovery): decouple peer discovery from event processing #1639
Conversation
e744603
to
78bdfa9
Compare
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.
let's test this on arabica bootstrappers
e16fcf5
to
7b4ad0c
Compare
7b4ad0c
to
c4f4200
Compare
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.
Just two opinion farts, but LGTM
Codecov Report
@@ Coverage Diff @@
## main #1639 +/- ##
==========================================
+ Coverage 54.91% 54.97% +0.05%
==========================================
Files 231 231
Lines 14995 15010 +15
==========================================
+ Hits 8235 8251 +16
+ Misses 5880 5879 -1
Partials 880 880
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…elestiaorg#1639) ## Overview Starting to listen to subscriptions async will help us to avoid any blocking in the case when we will not have the needed amount of FNs and will be blocked in `FindPeers`. ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords --------- Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
…1639) ## Overview Starting to listen to subscriptions async will help us to avoid any blocking in the case when we will not have the needed amount of FNs and will be blocked in `FindPeers`. ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords --------- Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
Overview
Starting to listen to subscriptions async will help us to avoid any blocking in the case when we will not have the needed amount of FNs and will be blocked in
FindPeers
.Checklist