You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: