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

Internal: use a separate MQ channel for websockets #441

Merged
merged 1 commit into from
May 16, 2023

Conversation

odesenfans
Copy link
Contributor

Problem: the message websocket appears to close the channel in some situations. We want to avoid a contagion to the other endpoints using the MQ.

Solution: use a separate channel. The WS issue will not propagate to other channels.

Problem: the message websocket appears to close the channel
in some situations. We want to avoid a contagion to the other
endpoints using the MQ.

Solution: use a separate channel. The WS issue will not propagate
to other channels.
@odesenfans odesenfans merged commit f16abaa into master May 16, 2023
@odesenfans odesenfans deleted the od-separate-ws-mq-channel branch May 16, 2023 09:33
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