Theod0reWu / Trivial

A gameshow quiz game powered by Gemini to create trivia questions and answers.
https://trivial-ai.vercel.app/
MIT License
0 stars 1 forks source link

On server startup host won't see players in the room #16

Open Theod0reWu opened 2 weeks ago

Theod0reWu commented 2 weeks ago

When a google cloud run starts up the server, and a host creates a room joining players will not appear in the room (although they are)

Theod0reWu commented 2 weeks ago

Currently the solution is to start the game normally and refresh the page when on the board. (should update the host to see all present players).

Other temporary fixes: start a new game have the host leave the game and rejoin with the code

Theod0reWu commented 2 weeks ago

fixed in 123f8ebae2a7ffa4133f1dcf25e93dc0ec6bce99 maybe?

Theod0reWu commented 2 weeks ago

The bug cannot be consistently reproduced. The problem is due to google cloud starting up the server (after shutting it down) when a new request is sent.