Skip to content

Conversation

@kevinburke1
Copy link

Currently if you call Flush at the same time another thread is adding
metrics, you can end up with a data race. Instead ensure the caller of
Flush locks the Client before accessing the underlying buffer.

Currently if you call Flush at the same time another thread is adding
metrics, you can end up with a data race. Instead ensure the caller of
Flush locks the Client before accessing the underlying buffer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant