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
Allow spawning remote shells via :remsh option (Thanks @SteffenDE!)
Attempt to cleanup processes spawned by the underlying shells when the ExTTY process is closed (#14) (Thanks @joshk!)
This primarily affects :elixir shells because the IEx.Evaluator process that gets started by Elixir does lots of monitoring to attempt to stay up. So even though other shell processes are linked and closed correctly, the IEx.Evaluator process stays running which can result in many of them running on machines which have a long uptime and have created multiple ExTTY processes over time