lostintangent / spaces

Discover, share, and connect with developers across your favorite teams, classrooms and communities
https://aka.ms/vsls-spaces
MIT License
34 stars 3 forks source link

Clean up zombie sessions #56

Closed arjunattam closed 5 years ago

arjunattam commented 5 years ago

Zombie sessions are LS sessions that are no longer active but still show up in the communities tree. This PR implements 2 approaches to fix them

  1. when the user is disconnected on the web socket for >15 mins, their active session gets cleaned up
  2. TODO: when the user reloads VS Code and the extension detects that a zombie session exists, it is cleaned up