All Questions
Tagged with protobuf-python string
1 question
1
vote
1
answer
229
views
How to convert or deserialize byte octets to string in python
I get a message from rocket mq, it's like the string show in the pic above or the below:
b'\x08\xd2\t\x12\x03Tim\x1a(\x08\x04\x12\x18Test ProtoBuf for Python\x1a\n31.10.2019'
The message from rocket ...