networked-aframe / naf-valid-avatars

Example of using realistic animated avatars in networked-aframe.
https://naf-valid-avatars.glitch.me
MIT License
10 stars 0 forks source link

Users listing doesn't remove all users when traversing the portal #33

Closed vincentfretin closed 5 months ago

vincentfretin commented 5 months ago

Most probably clientDisconnected is not emitted when removing networked-scene, so I need to handle this case.

vincentfretin commented 5 months ago

To fix the issue, I just clear the store on connected event to start fresh.