[protobuf] Re: Protocol Buffers 2.6.1

2015-12-12 Thread fkkchiu
Hi Feng, I am also using protocol buffer for both Java and C#. Is there a C# API for 2.6.1? It looks like the latest version for the csharp-port project is 2.4.1 and its in the process of migrating back to the protocol buffer V3 main project. The reason I am asking is because my Java applicat

[protobuf] Re: Protocol Buffers 2.6.1

2015-12-12 Thread fkkchiu
Hi Feng, I am using protocol buffer for Java and C# applications. Is there a 2.6.1 version for C#? I checked the latest version for the protobuf-csharp-port project is 2.4.1 and it is in the process of merging to the main protocol buffer v3 project. My Java application is using 2.6.1, my C# a

[protobuf] Python pickle fails with 2.6.1 but not 2.5.0

2015-12-12 Thread Glenn Ramsey
Hi, In the following Python code, where the protobuf generated files are in a different directory, pickle fails for 2.6.1 generated code where it did not fail for 2.5.0. It works if the generated file and the importing file are in the same directory but that is not the case that I have. Is there

[protobuf] Sometimes there is an UninitializedMessageException while building a random UUID

2015-12-12 Thread Yuriy Pigovsky
I have a UUID message defined as message PUUID {required sint64 least_significant_bits = 1; required sint64 most_significant_bits = 2; } Sometimes, very rarely, on some Android devices UninitializedMessageException is thrown while executing: UUID uuid = UUID.

Re: [protobuf] Re: Protocol Buffers 2.6.1

2015-12-12 Thread 'Feng Xiao' via Protocol Buffers
On Thu, Dec 10, 2015 at 7:41 PM, wrote: > Hi Feng, > > I am also using protocol buffer for both Java and C#. Is there a C# API > for 2.6.1? > We will focus on v3.0.0 release and will not have a C# release for 2.6.1. > It looks like the latest version for the csharp-port project is 2.4.1 and > i

Re: [protobuf] Sometimes there is an UninitializedMessageException while building a random UUID

2015-12-12 Thread 'Feng Xiao' via Protocol Buffers
On Thu, Dec 10, 2015 at 3:41 AM, Yuriy Pigovsky wrote: > I have a UUID message defined as > > > message PUUID {required sint64 least_significant_bits = 1; > required sint64 most_significant_bits = 2; } > > > Sometimes, very rarely, on some Android devices > UninitializedM