Skip to content
Snippets Groups Projects
Commit 850efd5d authored by christothes's avatar christothes
Browse files

Crash in gameViewModel when gameId is an array

When responding to the connectToGame event, the socketIO packet parses the gameId and playerId values as single member arrays. When gameId is passsed to getGame as an array, I was seeing a crash in gameViewModel because the return value was undefined and was being passed to JSON.stringify.
parent f44f932a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment