Timestamp decoding
dselivanov opened this issue · 1 comments
dselivanov commented
It seems there is some bug when decoding timestamps. I'm getting nanoseconds close to 2**64( I've just added message.Timestamp()
print to the example):
18446744073709534504
18446744073126297668
wlgq2 commented
i fix this bug,it's because of “ num |= data[i];”,data[i]'s type is char,maybe a plural。