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

[1.x] Handles stale app IDs #143

Merged
merged 1 commit into from
Apr 11, 2024
Merged

[1.x] Handles stale app IDs #143

merged 1 commit into from
Apr 11, 2024

Conversation

joedixon
Copy link
Collaborator

This PR resolved #142

We were catching an exception, but not stopping execution of the code which could result in a message being delivered when sent with an invalid app ID.

This could only really happen if you updated the App ID in your environment and immediately began broadcasting with the new App ID without restarting the Reverb server.

To address this, the exception is being caught higher up by the server instead of directly in the controller.

@taylorotwell taylorotwell merged commit 47e6a7d into main Apr 11, 2024
11 checks passed
@taylorotwell taylorotwell deleted the fix/stale-apps branch April 11, 2024 13:57
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.

Message broadcast happens for non existent app id
2 participants