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
{{ message }}
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
When a reading violates the latency limit, a warning message is posted to the log. This message states the latency and the desired latency. Actual latency is in seconds, and desired is in milliseconds, but the message compares them and is stated in seconds.
Example:
Oct 21 10:42:03 XXXX[1145]: WARNING: Current send latency of XXXXX seconds exceeds requested maximum latency of 5000 seconds
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out Matt. We now have a fix for this in the develop branch and also in the nightly build available via the package repository. This will be rolled out int he next release later this year.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a reading violates the latency limit, a warning message is posted to the log. This message states the latency and the desired latency. Actual latency is in seconds, and desired is in milliseconds, but the message compares them and is stated in seconds.
Example:
The text was updated successfully, but these errors were encountered: