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
Fix K/N EvenLoop.reschedule time conversion (Kotlin#4245)
A "point of time" value was wrongly passed to a function that expects a "duration of time".
Additionally, the former was in nanos, while the latter is in milllis.
0 commit comments