Fix protobuf timestamps
JaniAnttonen
released this
11 Nov 22:18
·
131 commits
to development
since this release
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!