Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website reloads every ten minutes #42

Open
kenokenobingo opened this issue Apr 27, 2020 · 5 comments
Open

Website reloads every ten minutes #42

kenokenobingo opened this issue Apr 27, 2020 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@kenokenobingo
Copy link

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?

@Zupirio
Copy link

Zupirio commented Apr 30, 2020

I've noticed the same too.

@Chaphasilor Chaphasilor added the bug Something isn't working label May 31, 2020
@Chaphasilor Chaphasilor self-assigned this May 31, 2020
@Chaphasilor
Copy link
Collaborator

Chaphasilor commented May 31, 2020

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

@Chaphasilor
Copy link
Collaborator

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!

@RotonEvan
Copy link

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.

@Chaphasilor
Copy link
Collaborator

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants