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

SSE and mq improvements #2178

Merged
merged 2 commits into from
Nov 7, 2023
Merged

SSE and mq improvements #2178

merged 2 commits into from
Nov 7, 2023

Conversation

dvince2
Copy link
Collaborator

@dvince2 dvince2 commented Nov 7, 2023

  • Removing the silencing of some errors. these errors mean something!
  • Reverting change to ClientEventService.ts which resulted in init() being spammed every second
  • Queues should not be exclusive. This will require us to blow away queues on rabbitmq after this merge
  • Queues are not durable.
  • Maps of connections and users should be concurrent safe.

Description

  • Include a summary of the changes and the related issue.
  • Include relevant motivation and context.

Resolves #(issue)

* Removing the silencing of some errors. these errors mean something!
* Reverting change to ClientEventService.ts which resulted in `init()` being spammed every second
* Queues should not be exclusive. This will require us to blow away queues on rabbitmq after this merge
* Queues are not durable.
* Maps of connections and users should be concurrent safe.
@dvince2 dvince2 merged commit d4c0686 into main Nov 7, 2023
6 checks passed
@dvince2 dvince2 deleted the continued_sse_improvements branch November 7, 2023 20:37
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