iamDecode / proximity-chat

Proximity video chat for social events, similar to SpatialChat 🍻
Other
8 stars 0 forks source link

Never assume users, producers or consumers exist #33

Closed iamDecode closed 3 years ago

iamDecode commented 3 years ago

This PR contains a posible fix for #30. Prior, we sometimes assumed users, producers or consumers existed. However, users could disconnect at any time.

To test this I used an extension refresh the page every second, and ran this for several minutes. This crashes pretty quickly prior to this PR, but with this changes it remains stable. We can't be sure it fixes #30 though, for the lack of a proper stacktrace.