Re: [protobuf] Re: external linkage for functions generated in protobuf headers

2019-05-09 Thread Vinay Shivakumar
Hi Adam,Jie, I am really sorry . Issue was becasue the shared library was compiled with hidden visibiltiy . I have to take care of compiling protobuf classes compiled as part of shared library with default visibility . I would correct that . Sorry for the trouble . Regards Vinay Shivakumar On

Re: [protobuf] Re: How to read continuous stream of messages from TCP

2019-05-09 Thread 'Hao Nguyen' via Protocol Buffers
Have you tried using https://grpc.io/? Streaming is supported there: https://grpc.io/docs/guides/concepts/ *From: * *Date: *Mon, May 6, 2019 at 8:27 PM *To: *Protocol Buffers Hi, > > > this problem can be solved in below way also. > > 1. By defining new message type. > > new_message { >

[protobuf] how to replace 'extensions' in proto3

2019-05-09 Thread sue luo
I have below in proto2, how to replace them in proto3? Release notes of proto3 mentioned to use Any type, but how to specify the maximum ? Thanks! extensions 4 to 200; . extensions 300 to max; -- You received this message because you are subscribed to the Google Groups "Protocol