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

Potential Issues with primus.join with Primus-Cluster #74

Open
AlanHilal opened this issue Apr 24, 2024 · 0 comments
Open

Potential Issues with primus.join with Primus-Cluster #74

AlanHilal opened this issue Apr 24, 2024 · 0 comments

Comments

@AlanHilal
Copy link

When trying to add rooms to multiple sparks using primus.join, the process can fail if one of the sparks no longer exists, even though its ID is still listed in a room when using primus-cluster. This issue occurs because the async/parallel method stops if any callback results in an error. This can lead to inconsistent outcomes, where some rooms are joined successfully, but others are not. Is this inconsistency intentional?

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

No branches or pull requests

1 participant