decentralized-video-chat icon indicating copy to clipboard operation
decentralized-video-chat copied to clipboard

Website reloads every ten minutes

Open kenokenobingo opened this issue 4 years ago β€’ 5 comments

For some reason, Zipcall reloads every few minutes at least on zipcall.io, disrupting the call. I don’t think this behavior is intended, is it?

kenokenobingo avatar Apr 27 '20 15:04 kenokenobingo

I've noticed the same too.

Zupirio avatar Apr 30 '20 08:04 Zupirio

This is indeed an issue. I will look into it!

Chaphasilor avatar May 31 '20 14:05 Chaphasilor

The issue isn't re-creatable with my local setup. I believe the reloads are caused by the WebRTC connection failing due to network issues and therefore reconnecting by reloading. In my local network the connection isn't failing though, most likely because the connection complexity is far lower than in a real-world scenario.

I'll have to run further tests between different networks, I'll see what I can do!

Chaphasilor avatar Jun 06 '20 21:06 Chaphasilor

The issue isn't re-creatable with my local setup. I believe the reloads are caused by the WebRTC connection failing due to network issues and therefore reconnecting by reloading. In my local network the connection isn't failing though, most likely because the connection complexity is far lower than in a real-world scenario.

I'll have to run further tests between different networks, I'll see what I can do!

I don't think WebRTC will try reconnecting by reloading upon connection failure.

RotonEvan avatar Aug 20 '20 14:08 RotonEvan

I don't think WebRTC will try reconnecting by reloading upon connection failure.

Not WebRTC itself, no. But this is the error handling implemented by the web client :)

Chaphasilor avatar Aug 20 '20 17:08 Chaphasilor