Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #53 🤔 interesting. It was not causing any problems on my box. I was using Go go1.21.5 + go1.21.6 darwin/arm64. Only when I added a `time.Sleep(time.Millisecond)` before the second `startTogether` call, I can reproduce the issue. Sorry for this. I found a similar scenario on [stackoverflow](https://stackoverflow.com/questions/39800700/waitgroup-is-reused-before-previous-wait-has-returned) that helped to resolve the issue.
- Loading branch information