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

Replace Websocket with SSE #15

Closed
wybiral opened this issue Jan 29, 2022 · 1 comment
Closed

Replace Websocket with SSE #15

wybiral opened this issue Jan 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@wybiral
Copy link
Owner

wybiral commented Jan 29, 2022

Updates are one-directional so it's a waste to open a full websocket connection for each client. Just use Server-Sent Events, which will also simplify the code by automatically reconnecting.

@wybiral wybiral added the enhancement New feature or request label Jan 29, 2022
@wybiral
Copy link
Owner Author

wybiral commented Jan 29, 2022

Changed in dea15b4

@wybiral wybiral closed this as completed Jan 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant