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
When having another tmux session open, clicraft will (sometimes?) hang when doing tmux has -t $SERVER_NAME in status(). Trying to close the original, non-clicraft-related tmux session will result in two tmux processes in the output of ps that don't show up in tmux ls.
The workaround is to kill the rogue tmux processes (killall tmux) after closing out of any active sessions.
I believe this bug, or something similar, was reported to me once by @joshburt in an email.
The text was updated successfully, but these errors were encountered:
When having another tmux session open, clicraft will (sometimes?) hang when doing
tmux has -t $SERVER_NAME
instatus()
. Trying to close the original, non-clicraft-related tmux session will result in two tmux processes in the output ofps
that don't show up intmux ls
.The workaround is to kill the rogue tmux processes (
killall tmux
) after closing out of any active sessions.I believe this bug, or something similar, was reported to me once by @joshburt in an email.
The text was updated successfully, but these errors were encountered: