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

Do not perform synchronous Ajax requests #1363

Closed
danxuliu opened this issue Dec 11, 2018 · 2 comments
Closed

Do not perform synchronous Ajax requests #1363

danxuliu opened this issue Dec 11, 2018 · 2 comments
Labels
Milestone

Comments

@danxuliu
Copy link
Member

When leaving a room or leaving a call the Ajax request is synchronous, which causes the UI to freeze while waiting for the response; those calls should be made asynchronous (but, of course, the code should be analysed before doing that to ensure that there will be no regressions ;-) ).

@nickvergessen
Copy link
Member

We will solve this while doing #1347

@nickvergessen
Copy link
Member

Done partly now, the rest is in #2591

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants