jimenezj8 / colonel_blotto

A revival of a personally beloved game, meant for tournament-style play.
MIT License
1 stars 0 forks source link

On startup, validate user signups in case of app interruption #28

Open jimenezj8 opened 1 year ago

jimenezj8 commented 1 year ago

When the application restarts, have it find all games that have yet to begin, scrape reactions for unique list of users per game, and ensure that Participant records exist for each

jimenezj8 commented 1 year ago

Need to understand under what conditions the app would stop receiving events, even if it was running and the computer was locked.

It's possible that locking the computer at all causes the server to stop.