Skip to content

Session becomes unresponsive after 80 seconds #14

@abdelouahabb

Description

@abdelouahabb

While I was trying it, I switched to other window, when I came back to bash, it stopped responding,

Happened second time, so, to understand the issue, I wrote a simple loop to see when exactly it stop :


counter=0
while [ $counter -lt 1000 ]; do
  echo "Count is: $counter"
  ((counter++))
  sleep 1
done

Image

And after like 86s, the console is frozen,

After closing the window, it seems the server ended the session :

[colab] Pruned 1 stale local session(s).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions