pyrobuf icon indicating copy to clipboard operation
pyrobuf copied to clipboard

field with tag number > 64 can't serialize

Open ChristianToepfer opened this issue 6 years ago • 0 comments

message A { optional string name = 65; } error 'A' object has no attribute '__field_bitmap1'

If I use tag number 64 instead of, it works fine.

ChristianToepfer avatar Jun 06 '19 09:06 ChristianToepfer