Skip to content

Fix timeout handling for StateManagerSingle.tryRotate

Niels Möller requested to merge nisse/timeout-fixes into main

For consistency with context.WithDeadline and context.WithTimeout, rename "deadline" to "timeout" everywhere (a timeout is a duration, while a deadline is a point in time).

Merge request reports