iamDecode / proximity-chat

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

Users disconnected on Safari #28

Closed iamDecode closed 3 years ago

iamDecode commented 3 years ago

It seems that after a short while of inactivity, Safari users are disconnected. On Safari, we're getting some unexpected

Unhandled Promise Rejection: AbortError: The operation was aborted.

on line 677 and 483. This seems to be the .play() call that was added for reliable playing of videos. Not sure if that promise rejection could cause the socket server to stop pinging or something.