We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
2022-05-25T13:43:24.3252053Z 2022-05-25T13:43:24Z INFO started network service with supported protocols /p2p/id/delta/1.0.0, /ipfs/id/1.0.0, /ipfs/id/push/1.0.0, /ipfs/ping/1.0.0, /gossamer/test/0/sync/2, /gossamer/test/0/light/2, /gossamer/test/0/block-announces/1, /gossamer/test/0/transactions/1 pkg=network 2022-05-25T13:43:24.3252553Z panic: send on closed channel 2022-05-25T13:43:24.3252708Z 2022-05-25T13:43:24.3252815Z goroutine 10060 [running]: 2022-05-25T13:43:24.3253197Z github.com/ChainSafe/gossamer/dot/peerset.(*PeerSet).disconnect(0xc04b8d8200, 0x0, 0x0, {0xc04d65fe00, 0x1, 0x1?}) 2022-05-25T13:43:24.3253660Z /home/runner/work/gossamer/gossamer/dot/peerset/peerset.go:693 +0x26f 2022-05-25T13:43:24.3254166Z github.com/ChainSafe/gossamer/dot/peerset.(*PeerSet).listenAction(0xc04b8d8200, {0x13b6200, 0xc04d62c380}) 2022-05-25T13:43:24.3254611Z /home/runner/work/gossamer/gossamer/dot/peerset/peerset.go:752 +0x1b4 2022-05-25T13:43:24.3254996Z created by github.com/ChainSafe/gossamer/dot/peerset.(*PeerSet).start 2022-05-25T13:43:24.3255402Z /home/runner/work/gossamer/gossamer/dot/peerset/peerset.go:715 +0xea 2022-05-25T13:43:24.3255751Z FAIL github.com/ChainSafe/gossamer/dot/network 77.287s
./dot/network
The text was updated successfully, but these errors were encountered:
closed in #2573
Sorry, something went wrong.
timwu20
No branches or pull requests
Describe the bug
panic: send on closed channel
Expected Behavior
Current Behavior
Possible Solution
To Reproduce
./dot/network
unit tests should do it.Log output
Specification
The text was updated successfully, but these errors were encountered: