You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
find_by
s aplayer_id
param. If the param is not present, it will reject it. We do not have a check/implementation for when aplayer_id
is given, but it is either:The text was updated successfully, but these errors were encountered: