Skip to content
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

fix #2113 #2116

Merged
merged 1 commit into from
Jan 4, 2024
Merged

fix #2113 #2116

merged 1 commit into from
Jan 4, 2024

Conversation

slingamn
Copy link
Member

@slingamn slingamn commented Jan 3, 2024

Persisting always-on clients was panicking if client X believed it was a member of channel Y, but channel Y didn't have a record of client X.

I'm not really satisfied with the root cause analysis here, but in principle there is no overriding mutex synchronizing these states (it would probably be a global bottleneck), so these can temporarily be out of sync. (If they are out of sync, will things eventually converge?)

Persisting always-on clients was panicking if client X believed it was
a member of channel Y, but channel Y didn't have a record of client X.
@slingamn slingamn added this to the v2.13 milestone Jan 3, 2024
@slingamn slingamn merged commit 15c0740 into ergochat:master Jan 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant