You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: