Open
Description
Specifications
- Client Version: v2.13.0
- InfluxDB Version: v2.7.1
- Platform: x86
Steps to reproduce
- Use this library to continuously write data to influxdb
- kill influxdb
- 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
Additional info
No response