-
Notifications
You must be signed in to change notification settings - Fork 149
Bitswap: fix double-worker in connectEventManager. Logging improvements. #986
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
Conversation
Probably the root cause behind the latest connect/disconnect issues.
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #986 +/- ##
==========================================
- Coverage 61.53% 61.52% -0.01%
==========================================
Files 254 254
Lines 31542 31567 +25
==========================================
+ Hits 19408 19422 +14
- Misses 10548 10558 +10
- Partials 1586 1587 +1
... and 3 files with indirect coverage changes 🚀 New features to boost your workflow:
|
gammazero
left a comment
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.
A couple minor wording suggestions.
Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>
Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>
gammazero
left a comment
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
This should potentially fix the last source of racing connect-disconnects.