-
-
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
harness: keep track of client ids in emulated monoliths #1128
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1128 +/- ##
================================================
- Coverage 60.4290% 60.0701% -0.3589%
================================================
Files 115 115
Lines 9277 9121 -156
Branches 1130 1130
================================================
- Hits 5606 5479 -127
+ Misses 3671 3642 -29 |
572eabb
to
4a42277
Compare
2 failed tests on run #674 ↗︎
Details:
RoomSettingsForm.cy.ts • 1 failed test • Component - electron
ShareInvite.cy.ts • 1 failed test • Component - electron
Review all test suite changes for PR #1128 ↗︎ |
MsgB2M::Leave(leave) => { | ||
state.clients.remove(&leave.client); | ||
}, | ||
_ => {}, |
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.
does this mean if anything else finds its way here nothing happens?
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.
Yes
should help with #1112