-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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.
To Reproduce
Steps to reproduce the behavior:
- Write this bash script
#!/usr/bin/env bash
shpool attach 1 &
shpool attach 2 &
- Run the script
Version info
$ shpool version
shpool 0.8.0
Logs
shpool1.log
thiswillbeyourgithub
Metadata
Metadata
Assignees
Labels
No labels