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 #5

Open
nepet opened this issue Sep 15, 2022 · 0 comments
Open

panic: send on closed channel #5

nepet opened this issue Sep 15, 2022 · 0 comments

Comments

@nepet
Copy link
Contributor

nepet commented Sep 15, 2022

Encountered a really rare panic today (never before):
Go is complaining to send on a closed channel.

As this seems to be really really rare it is not urgent to fix this but I just wanted to document it here.

panic: send on closed channel
github.com/elementsproject/glightning/jrpc2.processResponse(0xc00074e140, 0xc0003b41b0)
	/home/****[redacted]/go/pkg/mod/github.com/elementsproject/[email protected]/jrpc2/client.go:145 +0xfe
created by github.com/elementsproject/glightning/jrpc2.(*Client).readQueue
	/home/****[redacted]/go/pkg/mod/github.com/elementsproject/[email protected]/jrpc2/client.go:120 +0x71
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

No branches or pull requests

1 participant