-
-
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
ping command accumulates goroutines on the remote end #2758
Labels
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
Comments
Issue is here (on receiving side):
I don't really have an idea how to tackle it, @whyrusleeping should take a look when he comes back. Also those goroutines die out after some time so it isn't that big of a problem. |
relevant libp2p fixes here: libp2p/go-libp2p#58 |
This has been addressed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
We noticed an increase in goroutines when running the ipfs-watcher program for a few hours: https://github.com/whyrusleeping/ipfs-watcher/blob/master/main.go
It continuously pings all gateway nodes, which works fine, but on the other hand the metrics show thousands of goroutines just for that.
The text was updated successfully, but these errors were encountered: