influxdata / influxdata/influxdb-client-go
WritePoint function: panic send on Closed channel
- Dominant language
- Go
- Stars
- 653
- Forks
- 120
- Avg merge
- 3m
- Merged PRs (30d)
- 3
Description
### Specifications
* Client Version: v2.13.0
* InfluxDB Version: v2.7.1
* Platform: x86
### Steps to reproduce
1. Use this library to continuously write data to influxdb
2. kill influxdb
3. sometimes program error: send on closed channel

### Expected behavior
Plugin should be able to correctly handle the situation where influxdb is closed and give an error instead of panic directly.
### Actual behavior
panic

### Additional info
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.