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 in the python server, the player information sent to the server does not contain the game a player is currently in. Instead, the client has to look into each game and see if a certain player is in there, which is inconvenient and difficult to do correctly.
Instead, the player info should just contain the game a player is currently associated with.
The text was updated successfully, but these errors were encountered:
As in the python server, the player information sent to the server does not contain the game a player is currently in. Instead, the client has to look into each game and see if a certain player is in there, which is inconvenient and difficult to do correctly.
Instead, the player info should just contain the game a player is currently associated with.
The text was updated successfully, but these errors were encountered: