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

Keep websockets alive #37

Open
3 tasks
yamalight opened this issue Mar 4, 2016 · 0 comments
Open
3 tasks

Keep websockets alive #37

yamalight opened this issue Mar 4, 2016 · 0 comments

Comments

@yamalight
Copy link
Contributor

We need to keep websockets alive in several cases, e.g. results page for some cases (e.g. chat use-case).
One options is to send keep-alive message so that websocket keeps being open even if no data is transferred.
Another option is to re-connect on connectivity loss.

Pages that need this:

  • results
  • component testing
  • pipeline testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant