We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see:
influxdb-client-go/writer.go
Lines 79 to 86 in de2584b
Either this Unlock needs to be defered or Unlock needs to be called at all return points in this function. Otherwise we will cause a deadlock.
Same goes for WriteMetrics:
Lines 52 to 60 in de2584b
The text was updated successfully, but these errors were encountered:
Delivered in #28
Sorry, something went wrong.
GeorgeMac
No branches or pull requests
see:
influxdb-client-go/writer.go
Lines 79 to 86 in de2584b
Either this Unlock needs to be defered or Unlock needs to be called at all return points in this function. Otherwise we will cause a deadlock.
Same goes for WriteMetrics:
influxdb-client-go/writer.go
Lines 52 to 60 in de2584b
The text was updated successfully, but these errors were encountered: