-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
balancer: reduce lock contention when processing inbound client messages #1178
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1178 +/- ##
================================================
+ Coverage 61.3205% 61.6883% +0.3677%
================================================
Files 115 115
Lines 9390 9394 +4
Branches 1135 1136 +1
================================================
+ Hits 5758 5795 +37
+ Misses 3632 3599 -33 ☔ View full report in Codecov by Sentry. |
Passing run #747 ↗︎
Details:
Review all test suite changes for PR #1178 ↗︎ |
9b115a2
to
a6276b4
Compare
…ges (dyc3#1178) * set up clients so that they can have a unicast channel and a broadcast channel * set up clients to have all the right channels * rename some vars * fix incorrect serialization * fix lints * fix lints * uncomment a line * rename some stuff to be clearer
requires #1151 to be merged first, need the tests it adds
cc @cjrkoa