There might be an issue with the "watch a Game in progress" function.
When trying to watch a Game in progress for Ticket To Ride, the server returns an error every time. I'm thinking it's probably an issue with the database query because there are over 9000 games in progress. Most likely that "watch a game in progress" wasn't designed to handle such a large number of results.
It could improve performance if the result of the query is limited to a smaller number of results. I don't think anyone wants to scroll through 9000 games in progress of TTR
When trying to watch a Game in progress for Ticket To Ride, the server returns an error every time. I'm thinking it's probably an issue with the database query because there are over 9000 games in progress. Most likely that "watch a game in progress" wasn't designed to handle such a large number of results.
It could improve performance if the result of the query is limited to a smaller number of results. I don't think anyone wants to scroll through 9000 games in progress of TTR