cloudwu / pbc

A protocol buffers library for C
MIT License
1.62k stars 568 forks source link

pbc_wmessage_integer #134

Open gamepdc opened 5 years ago

gamepdc commented 5 years ago

wmessage.c里面的pbc_wmessage_integer函数对LABEL_OPTIONAL当要打包的数据与默认值相等时,直接不会pack进去。导致对端无法区分isSet和setDefault两种状态。