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.
It seems that after a short while of inactivity, Safari users are disconnected. On Safari, we're getting some unexpected
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.