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 { > messa

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

2012-03-08 Thread Evan Jones
On Mar 8, 2012, at 2:30 , waynix wrote: > Since this is so common an issue and the suggested solution is almost > de facto standard, (saw this after my initial post: > http://code.google.com/apis/protocolbuffers/docs/techniques.html), it > begs the question of why not build it into protobuf proper