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

Instead of agressive polling, use a single event-stream #5

Open
thijzert opened this issue Dec 25, 2020 · 0 comments
Open

Instead of agressive polling, use a single event-stream #5

thijzert opened this issue Dec 25, 2020 · 0 comments

Comments

@thijzert
Copy link
Owner

An EventSource will mean the server can send all events that currently get polled by the client.

This will need some robust disconnect handling on the client side, of course.

If nothing else, this will at least prevent a browser from consuming 39G+ of RAM if you leave it on overnight with the developer tools opened on the "Network" tab.

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

No branches or pull requests

1 participant