TheDiscordian / disco-chat

A peer-to-peer messaging app.
MIT License
22 stars 2 forks source link

User list eventually stops updating #29

Open TheDiscordian opened 1 year ago

TheDiscordian commented 1 year ago

updatingUserList eventually gets stuck on true for whatever reason. This is a global accessed by updateUserList. This causes the user list to go blank, and never update again.

This usually takes days to "bug out", but it'd be nice to prevent it from happening at all.