Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

v0.8.6

Compare
Choose a tag to compare
@marten-seemann marten-seemann released this 24 Jul 17:19
· 63 commits to master since this release
ef6e277
fix: make timestamps strictly increasing (#201)

* fix: make timestamps strictly increasing

On Linux, this is almost always the case. Windows, however, doesn't have
nanosecond accuracy.

We make the timestamp sequence numbers strictly increasing by returning
the last timestamp + 1 where necessary.

* apply code review

Co-authored-by: Marten Seemann <martenseemann@gmail.com>

* use a lock

Co-authored-by: Marten Seemann <martenseemann@gmail.com>