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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: