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 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.