-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Use Notify to coordinate waiters #186
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #186 +/- ##
==========================================
+ Coverage 71.97% 72.47% +0.49%
==========================================
Files 6 6
Lines 596 534 -62
==========================================
- Hits 429 387 -42
+ Misses 167 147 -20 ☔ View full report in Codecov by Sentry. |
f1988d9
to
d23b7e3
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.
Going to merge this proactively, but would be happy to address any feedback!
To get djc/bb8#186 and djc/bb8#189
To get djc/bb8#186 and djc/bb8#189 which fix potential deadlocks (djc/bb8#154)
To get djc/bb8#186 and djc/bb8#189 which fix potential deadlocks (djc/bb8#154)
To get djc/bb8#186 and djc/bb8#189 which fix potential deadlocks (djc/bb8#154). Also, this (djc/bb8#225) was needed to prevent a connection leak which was conveniently spotted in our integration tests.
* Update bb8 to 0.8.6 To get djc/bb8#186 and djc/bb8#189 which fix potential deadlocks (djc/bb8#154). Also, this (djc/bb8#225) was needed to prevent a connection leak which was conveniently spotted in our integration tests. * Ignore ./.bundle (created by dev console) --------- Co-authored-by: Jose Fernandez (magec) <[email protected]>
Fixes #154; replaces #164. @levkk sorry for taking so long to get back to this. Would you like to review this?