-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
"panic: counter already signaled done" in go-libp2p-kad-dht addPeerToQuery #6070
Comments
also just got this:
my system is different:
maybe this helps investigating the issue |
This has been fixed in the latest go-libp2p-kad-dht (#6109). |
Is there any workaround or is waitinbg for a new release of go-ipfs required?
|
For now, you'll have to build the latest go-ipfs master. The recommended way is to:
Alternatively, you should now now be able to just run |
Simpler:
|
Version information:
Windows 7, fwiw.
Type:
panic
Description:
I'm running
go-ipfs pin add --recursive --progress
in a loop, pinning hashes that are also pinned on a remote server, against a daemon running on the same machine. Every few hours the daemon hits this panic:I also reported this over at libp2p/go-libp2p-kad-dht#292, but I wanted to get it on the radar here as well.
The text was updated successfully, but these errors were encountered: