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
connect via web-ui, run t = timeTable("PT1s") to get a ticking table on screen
attach a debugger to the remote JVM, wait out the session expiry (~5m)
The UI never notified me 1) the connection was lost / temporarily unavailable (the table just stopped ticking; no information at all), and 2) when I resume from the debugger the UI changes to Waiting for viewport... and 3) any REPL runs think they're successful but run indefinitely.
The session is lost and the web-client is a bit confused about that.
Note that this also exists in v0.36.1 and was not introduced by the jsapi refactoring(s).
The text was updated successfully, but these errors were encountered:
My setup is:
t = timeTable("PT1s")
to get a ticking table on screenThe UI never notified me 1) the connection was lost / temporarily unavailable (the table just stopped ticking; no information at all), and 2) when I resume from the debugger the UI changes to
Waiting for viewport...
and 3) any REPL runs think they're successful but run indefinitely.The session is lost and the web-client is a bit confused about that.
Note that this also exists in v0.36.1 and was not introduced by the jsapi refactoring(s).
The text was updated successfully, but these errors were encountered: