This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
v0.8.6
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 <[email protected]> * use a lock Co-authored-by: Marten Seemann <[email protected]>