Skip to content

Fix protobuf timestamps

Compare
Choose a tag to compare
@JaniAnttonen JaniAnttonen released this 11 Nov 22:18
· 131 commits to development since this release
a9fdc72

Fixes a bug with Protobuf use where millisecond timestamps like the one created by Date.now() got translated to microseconds instead of nanoseconds like defined in the Loki Protobuf API. Thanks @teolag!