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
Nothing should ever crash the entire nomad process otherwise all current state is lost.
Recovering a crashed session would be impossible because child processes die when the parent crashes.
I think the only option is to catch any error within a subterminal and try to revert to the previously known state, or continue in the current state. The user should probably not be told about these, but they can be logged at least.
The text was updated successfully, but these errors were encountered:
Nothing should ever crash the entire nomad process otherwise all current state is lost.
Recovering a crashed session would be impossible because child processes die when the parent crashes.
I think the only option is to catch any error within a subterminal and try to revert to the previously known state, or continue in the current state. The user should probably not be told about these, but they can be logged at least.
The text was updated successfully, but these errors were encountered: