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
Client::update takes a time delta and adds it to its internal time. Since time is stored as f64, this can lead to inaccuracies in the long run. We should take the current time instead, similar to the C implementation.
The text was updated successfully, but these errors were encountered:
Client::update
takes a time delta and adds it to its internal time. Since time is stored asf64
, this can lead to inaccuracies in the long run. We should take the current time instead, similar to the C implementation.The text was updated successfully, but these errors were encountered: