-
Notifications
You must be signed in to change notification settings - Fork 140
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
Detaching from server started with wemux start
exits tmux
#58
Comments
I am having the same issue. Anyone found a fix? |
@saleyn Here is what I ended up doing. I used screen to create a wemux session. So instead of using ctrl-b d to disconnect you will just use ctrl-a d to detach using screen. Works well for now. If you have any questions ill be happy to help. |
@TommieIV, thanks for the tip. Though this workaround is functional, the whole point of using tmux was to get away from screen all together. So, it would be great to see a "native" wemux solution from the author. |
I noticed that if you set the following option in the config file, then the detached sessions work correctly:
|
Apparently this is a tmux issue. See this: tmux/tmux#513. |
Ahhh. |
I am starting a server with
wemux start
and detaching from it using Ctrl-b,D. I expect that that should leave the tmux session running in the background. However it looks like that session gets killed upon detaching, andtmux list
states that there are no servers.How do you detach and leave the session running so that it's possible to re-attach later?
The text was updated successfully, but these errors were encountered: