-
Notifications
You must be signed in to change notification settings - Fork 4
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
Features spec: only emit a leave if there was an existing matching member #222
Conversation
60f2cbf
to
6873208
Compare
6873208
to
44c7481
Compare
44c7481
to
7634b81
Compare
7634b81
to
bec5b7f
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.
LGTM
Btw, is this urgently needs to be implemented across all SDKs?
It's not that urgent, no. Lower priority than the new field names. But it's a pretty small change, so probably worth chucking in the next time someone's making any changes? |
…ng member per #211 The actual behaviour change here is small (only whether non-sync leaves where there is no matching member currently present should emit a leave event), but I found the current structure of this spec section quite confusing (why are broadcast and members-map add/remove requirements defined separately, despite having the same requirements?), so ended up rewriting it. (Without deprecating the old spec items since this isn't actually a behaviour change except in that one case)
bec5b7f
to
c4a23ab
Compare
per #211
The actual behaviour change here is small (only whether non-sync leaves where there is no matching member currently present should emit a leave event), but I found the current structure of this spec section a bit confusing (why are broadcast and members-map add/remove requirements defined separately, despite having the same requirements?), so ended up rewriting it. (Without deprecating the old spec items since this isn't actually a behaviour change except in that one case)
change was discussed and agreed at the 2024-11-13 RTF