h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

Make Wave more resilient to unstable networks #2252

Closed mturoci closed 4 months ago

mturoci commented 4 months ago

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