>From the grpc guide "gRPC guarantees message ordering within an individual 
RPC call."

Given the service definition  

rpc LotsOfGreetings(stream HelloRequest) returns (HelloResponse) {}

does it mean that implementation of  onNext(HelloRequest request)  does NOT 
need to be synchronized ? 
In the other words, the onNext(HelloRequest request) is invoked  
sequentially one after another ?
Thanks


-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/6dbb8d5b-558a-41b2-9e3e-29dbd6038074%40googlegroups.com.

Reply via email to