Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chain: resolve data race in sequential start stop test
Resolve the data race in the sequential start stop unit test by ensuring that each goroutine launched in the Start method is properly accounted for in the client's waitgroup.
- Loading branch information