Specifications
- Client Version: 1.43.0 - 1.46.0
- InfluxDB Version: all
- Platform: WSL2 (Any?)
Code sample to reproduce problem
import influxdb_client
import time
time.sleep(100)
Expected behavior
Does not start 6 thread in background (check in e.g. htop)
Actual behavior
Starts 6 threads in background
Additional info
No response