joshzcold / Cold-Family-Feud

Host your own Family Feud game. Mobile friendly with built in buzzers.
https://famf.app
MIT License
75 stars 44 forks source link

Bug: Final Round Timer stuck on "Stop Timer" in admin #71

Open theredwillow opened 8 months ago

theredwillow commented 8 months ago

When start_timer is kicked off in game.js, an interval is started. When the interval's limit (which also acts as an iterator index) hits zero, the interval is cleared. However, the admin page never receives this information. A message needs to be sent back through the socket so that the admin's button can be reset to the "Start Timer" state.

joshzcold commented 8 months ago

Confirmed issue. Easy fix.