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
go-libp2p/p2p/host/autorelay/autorelay.go
Line 294 in 13d0381
It should be NewTicker, otherwise it only fire once, and retry will stuck.
NewTicker
The text was updated successfully, but these errors were encountered:
Good thing is this code will go away very soon, as I'm working #1351 right now.
Sorry, something went wrong.
#1351 was merged, so this issue is moot now.
No branches or pull requests
go-libp2p/p2p/host/autorelay/autorelay.go
Line 294 in 13d0381
It should be
NewTicker
, otherwise it only fire once, and retry will stuck.The text was updated successfully, but these errors were encountered: