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

Add wait handler for rooms #68

Merged
merged 3 commits into from
Sep 18, 2022
Merged

Add wait handler for rooms #68

merged 3 commits into from
Sep 18, 2022

Conversation

m1k1o
Copy link
Owner

@m1k1o m1k1o commented Aug 4, 2022

When a room does not exists or is not running, static page is show. I want that page to refresh once room is available. That can be acheivied by a blocking page request, that does not load until the room is ready. Same principle as SSE but only event that we send is when the page is ready.

@m1k1o
Copy link
Owner Author

m1k1o commented Aug 4, 2022

image
image

Spinner indicates, that it is actively waiting for a change and it refreshes automatically once some change happens.

@m1k1o m1k1o merged commit 3e77a18 into master Sep 18, 2022
@m1k1o m1k1o deleted the wait-for-room branch January 14, 2023 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant