joaquim-verges/Helium

Handling process death

Closed this issue · 1 comments

So presenters are retained upon configuration changes, but what about process death? Is there a recommended way of handling this case while using this framework?

Cheers.

Upon process death, everything in memory gets released, so there's no way to retain presenters.

One way to restore state would be to persist the data on disk in a repository, and restore that data on next launch.