lua用pbc解析protobuf 不支持message嵌套
问题:
protobuf.encode解析后的table 嵌套的message未解析
eg:
1
2
3
4
5
6
7
table = {
id: 2,
message = {
1: "proto.test", --message名
2: "**********", --二进制文件
}
}
解决办法:
1 |
|
lua用pbc解析protobuf 不支持message嵌套
https://www.inktea.eu.org/2021/34443.html