hark130 / jack-in-the-box

Connecting Jackbox games to the OpenAI API
GNU General Public License v3.0
1 stars 0 forks source link

JITB-22: Fix avatar selection race-condition with Quiplash 3 #27

Open hark130 opened 8 months ago

hark130 commented 8 months ago

I encountered an issue with a large group playing Quiplash 3. (Which may actually be the cause for the #26 hang, now that I think about it) The problem was that in between jitb selecting an avatar and clicking the avatar button, someone else already chose it. It resulted in no avatar selection.

Seems like there should be some way to verify that one of the buttons is selected. Basically, keep clicking avatars until one turns up "selected".