ElementsProject / ElementsProject/glightning
panic: send on closed channel
- Dominant language
- Go
- Stars
- 11
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
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/glightning@v0.0.0-20220713160855-49a9a8ec3e4d/jrpc2/client.go:145 +0xfe
created by github.com/elementsproject/glightning/jrpc2.(*Client).readQueue
/home/****[redacted]/go/pkg/mod/github.com/elementsproject/glightning@v0.0.0-20220713160855-49a9a8ec3e4d/jrpc2/client.go:120 +0x71
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.