DescriptionFix latency calculation incoherency.
Use logging.error() instead of assert, so that the processing goes on but that
the error is not completely silently dropped.
The problem is that calculating the latency twice resulted in different values.
This can happen when the way latency is calculated is changed.
Patch Set 1 #
MessagesTotal messages: 3
|