[protobuf] Next release tentative due date(3.4.0)

2017-07-20 Thread Arpit Baldeva
Hi, Is there a release schedule page that I can follow for upcoming release dates? I am interested in knowing the next release due date (tentative is fine). Thanks. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from

Re: [protobuf] protobuf messages as repeated field?

2017-07-20 Thread Mingjian Lu
For anyone who might reach here for the same question. I suggest using extend instead of add and then give values to fields. For example: packetMessage.checkMessage.balanceUpdates.extend([balanceUpdateMessage]) This is much simpler and also easy for assigning object after deserialization and