actually-colab/desktop

Keep session alive with heartbeat from user

Closed this issue · 1 comments

Sessions die from inactivity and the cutoff is surprisingly fast. We can send a periodic heartbeat to keep the session alive, this should be implemented in the @editor/client tho most likely. Thoughts @baileytincher?

The client doesn't currently auto-reconnect when a session dies either, we'll need to handle that as well. I have an issue #286, this probably also should be under the hood in @editor/client