You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
发现编码的结果跟protobuf不一致,生成的编码protobuf不能正常解析。
对于消息:
message test{
required string id = 1;
}
赋值:
test.id = "1"
pbc编码结果:
0d 0a 02 31 20
protobuf编码结果:
0a 01 31
The text was updated successfully, but these errors were encountered: