TranscendVR / transcend

The VR classroom experience.
https://transcend.herokuapp.com/
MIT License
27 stars 4 forks source link

Avatar persists after selecting logout #79

Open bushidocodes opened 7 years ago

bushidocodes commented 7 years ago

After a user logs out, the user is redirected to the login component. While on the login component, the user's avatar is still in the VR scene staring at the logout orb. The avatar does not disappear until the browser tab that's at the login component is closed. Logout likely needs additional cleanup actions to make sure that WebRTC and other socket.io based stuff is torn down.