Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about detached state #70

Open
megamorf opened this issue May 28, 2020 · 2 comments
Open

Question about detached state #70

megamorf opened this issue May 28, 2020 · 2 comments
Labels

Comments

@megamorf
Copy link

Steps:

  1. connect to remote system via SSH and start 3mux on the remote machine
  2. start long running task in that 3mux session
  3. disconnect SSH connection

Expected result:

  • 3mux session persists after the SSH session is closed and the long running task finishes.

Actual result:

  • 3mux session dies and the long running task is killed prematurely.

Is the actual result to be expected? I'm used to screen and tmux where a detached session continues to run.

@aaronjanse
Copy link
Owner

Is the actual result to be expected?

Not at all. The entire purpose of sessions should be lasting across SSH sessions. I'll look into this

@aaronjanse
Copy link
Owner

Thank you for the bug report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants