influxdata / influxdb-client-go

InfluxDB 2 Go Client
MIT License
609 stars 116 forks source link

fix: retry delay calculation check #364

Closed vlastahajek closed 2 years ago

vlastahajek commented 2 years ago

Closes #362

Proposed Changes

Checking calculated numbers to avoid passing a negative number to the random generator.

Checklist