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

45 address sync and consistency issues under typical load scenarios #58

Merged
merged 33 commits into from
Sep 6, 2024
Merged

45 address sync and consistency issues under typical load scenarios #58

merged 33 commits into from
Sep 6, 2024

Conversation

boazsender
Copy link
Contributor

This is the final PR for my work on #45.

Messages from logged in users throw a JS error in the client for
logged-out users because of conditional logic in the socket service
which does not guard against this scenario and tries to look up a
non-existent resolver. Checking if the resolver exists before using
it fixes the bug.
…count updates and faster thread switching. Suports #45.
…onnection. Prevents double messages after reconnect. Supports #45.
These changes should be reversed when there is time
to fix pseudonym deletion. Currently pseudonym deletion
breaks the pseudonym mismatch logic and causes
message sending to fail silently in the UI.
@jsdiaz jsdiaz merged commit 9030d62 into berkmancenter:dev Sep 6, 2024
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.

2 participants