Skip to content
Discussion options

You must be logged in to vote

Looks like its the framer that causes this:

000000120802120e612074657374206d657373616765

thats actually

[00 00 00 12] 0802120e612074657374206d657373616765
length_delimited	
Event data is prefixed with its length in bytes.

The prefix is a 32-bit unsigned integer, little endian

0x12 == 18 == len(0802120e612074657374206d657373616765)

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jszwedko
Comment options

@fbs
Comment options

@jszwedko
Comment options

@fbs
Comment options

@jszwedko
Comment options

Answer selected by fbs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants