We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears that if I have multiple functions running in parallel returning a non-nil error, this will happen.
panic: close of closed channel goroutine 142 [running]: panic(0x7d2440, 0xc042344460) /usr/local/go/src/runtime/panic.go:500 +0x1af github.com/stretchr/powerwalk.WalkLimit.func2(0xc042339ca0, 0xc04232c660, 0xc04232c600) /go/src/github.com/stretchr/powerwalk/walker.go:76 +0xe4 created by github.com/stretchr/powerwalk.WalkLimit /go/src/github.com/stretchr/powerwalk/walker.go:80 +0x1b5
My guess is that we should check if the channel has been closed before closing it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It appears that if I have multiple functions running in parallel returning a non-nil error, this will happen.
My guess is that we should check if the channel has been closed before closing it.
The text was updated successfully, but these errors were encountered: