Chatmosphere / chatmosphere-app

We are a small group of friendly humans working on an open source project to make informal video calls more fun and dynamic.

Home Page:https://chatmosphere.cc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rejoin shows long left users -> Cleanup on Leaving not complete

dkgrieshammer opened this issue · comments

Describe the bug
Clicking on leave and waiting for an hour. After clicking join, the cicle other user (also left an hour ago) was still visible -> apparently user object is still in memory (left event couldnt be catched since I left before the other user.)

Expected Behavior
Most of state should be cleared when leaving / joining again (except name - but this could also be saved to local storage and thus clear on every leave would be properly possible)