Skip to content

Fixing edge-case overflows when working with Duration

Compare
Choose a tag to compare
@vsilaev vsilaev released this 15 Mar 17:13
· 264 commits to master since this release

Since version 0.6.0 the library uses smallest possible time precision (NANOS) for delays and timeouts.
In edge cases overflow was possible when library converts/re-calculates durations with NANOS precision.

This release mainly address this issue.