Re: [protobuf] how can i receive stream data per milliseconds in protobuf?

2019-08-15 Thread 'Adam Cozzette' via Protocol Buffers
Protobuf doesn't have any control over how the data is sent--it just handles parsing and serialization. If you want to send messages over the network then it's up to you to decide how to do that and at what frequency. On Wed, Aug 14, 2019 at 2:57 AM majid aminian wrote: > *i have GPS sensor and

[protobuf] how can i receive stream data per milliseconds in protobuf?

2019-08-14 Thread majid aminian
*i have GPS sensor and that sensor send 1000 packet per second i would like to receive data in 100 milliseconds, * *but in default protobuf receive data per second, so how can i receive stream data per milliseconds in protobuf?* -- You received this message because you are subscribed to the Goo