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
As of today, Wave requires a stable websocket connection. However, some environments cut websocket connections on purpose to save on resources which results in subpar UX.
The goal of this issue is to handle underlying reconnects in the background so that users can use the app undisturbed without notice.
Requires UI change to only rerender the page if reconnect failed. First reconnect should be with zero backoff (immediate).
Server needs to allow resumability - distinguish between reconnects and new connects.
As of today, Wave requires a stable websocket connection. However, some environments cut websocket connections on purpose to save on resources which results in subpar UX.
The goal of this issue is to handle underlying reconnects in the background so that users can use the app undisturbed without notice.
cc @codyharris-h2o-ai @mmalohlava
The text was updated successfully, but these errors were encountered: