Merge commit '36c66dd290d3ce6eb1ccd310d0c658d4a32bb8eb' as 'repos/effect'
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
"effect": patch
|
||||
---
|
||||
|
||||
Fix `Schedule.fixed` double-executing the effect due to clock jitter.
|
||||
|
||||
The `elapsedSincePrevious > window` check included sleep time from the
|
||||
previous step, so any timer imprecision (e.g. 1001ms for a 1000ms sleep)
|
||||
triggered an immediate zero-delay re-execution.
|
||||
Reference in New Issue
Block a user