You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After pondering this for a bit, I've come to the conclusion that this code has actually just been subtly broken the whole time. If another thread comes along and clears the speech bubble timeout, the done flag will never be set and we'll be stuck waiting forever.
Let's just rewrite this entirely in another PR.
The text was updated successfully, but these errors were encountered:
See discussion here: #146 (comment)
From @adroitwhiz:
The text was updated successfully, but these errors were encountered: