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
What happened
I'm coming from tmux. I have a bash script containing multiple instances of tmux new-session -d. I want to replicate that in shpool. I wrote a bash script (see To Reproduce) and ran it. There are two shpool processes consuming one cpu thread each.
What I expected to happen
It shouldn't consume high cpu cycles forever.