Skip to content
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: send on closed channel #371

Closed
neuthral opened this issue May 21, 2024 · 1 comment · Fixed by #534
Closed

panic: send on closed channel #371

neuthral opened this issue May 21, 2024 · 1 comment · Fixed by #534

Comments

@neuthral
Copy link

this happends on Ubuntu 22.04 after 10 seconds of running

panic: send on closed channel

goroutine 7500 [running]:
github.com/mudler/edgevpn/pkg/config.Config.ToOpts.(*DHT).FindClosePeers.func28.1()
        /home/runner/work/edgevpn/edgevpn/pkg/discovery/dht.go:193 +0x6a5
created by github.com/mudler/edgevpn/pkg/config.Config.ToOpts.(*DHT).FindClosePeers.func28 in goroutine 7497
        /home/runner/work/edgevpn/edgevpn/pkg/discovery/dht.go:160 +0x137
@brucel11qwe
Copy link

This is because it is unable to connect to the relay or bootstrapt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants