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
bug located at: https://github.com/jbenet/go-ipfs/blob/7968b45e58e6dfee3e732276a6cb7eab889a4333/bitswap/bitswap.go#L182
see: https://code.google.com/p/go-wiki/wiki/CommonMistakes#Using_Closures_with_Goroutines
The text was updated successfully, but these errors were encountered:
There is no bug here, the code in question is correct, and the variables are properly captured by the closure.
Sorry, something went wrong.
You're right.
rename the protobuf to loggabletracer
dbdd6a1
Also, regenerate with the latest gogo protobuf package. fixes #40
Merge pull request ipfs#40 from ipfs/feat/add-build-script
9603194
feat: Build script
No branches or pull requests
bug located at: https://github.com/jbenet/go-ipfs/blob/7968b45e58e6dfee3e732276a6cb7eab889a4333/bitswap/bitswap.go#L182
see: https://code.google.com/p/go-wiki/wiki/CommonMistakes#Using_Closures_with_Goroutines
The text was updated successfully, but these errors were encountered: