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

Edge Case: Subscribing to a GameStateChannel with a Player ID that does not exist/is invalid #113

Open
BrennanAyers opened this issue Sep 26, 2019 · 0 comments

Comments

@BrennanAyers
Copy link
Owner

As a user
When I reach out to subscribe to the GameStateChannel
And I request with a player_id that is invalid for any reason
I should have my Channel Connection request rejected
  • Currently, a channel subscription find_bys a player_id param. If the param is not present, it will reject it. We do not have a check/implementation for when a player_id is given, but it is either:
    • Not for an existing Player
    • An invalid ID
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