Skip to content
New issue

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

Add ability to reset statistics #53

Open
jpswinski opened this issue Mar 12, 2020 · 0 comments
Open

Add ability to reset statistics #53

jpswinski opened this issue Mar 12, 2020 · 0 comments

Comments

@jpswinski
Copy link
Collaborator

The library currently does not support an API call the resets any channel statistics. This is because it would not be thread safe and the changes to make it thread safe would either require mutex'ing a large portion of the code or refactoring it.

A future enhancement would be to perform the above trade and then provide a thread safe reset stats function.

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

No branches or pull requests

1 participant