jupyterhub / jupyter-rsession-proxy

Jupyter extensions for running an RStudio rsession proxy
BSD 3-Clause "New" or "Revised" License
118 stars 87 forks source link

proxy error when rsession startup is slow #2

Closed ryanlovett closed 6 years ago

ryanlovett commented 7 years ago

If the user has some content loaded in their rsession and it doesn't fully start up before the browser connects to it, the user will see a proxy error.

Refreshing the window will connect to the working session.

We need to wait until the session is available before switching to it.

yuvipanda commented 6 years ago

We do this now right?

ryanlovett commented 6 years ago

Yep, fixed by your exponential backoff patch.