Hello,

I'm using c++ callback api, specified 
here: https://github.com/grpc/proposal/pull/180/files

i have 1 question about client (in particular, but i would guess this is 
more general) side, streaming write reactor.

client streaming write reactor has these (among others) methods:
- StartCall
- OnDone

Spec says that "No further RPC operations are permitted to be issued after 
`OnDone` is invoked". question: What happens when you have
- 1 thread doing StartCall on a reactor, with subsequent StartWrite
- OnDone was called on the same reactor but from a different thread.

Thanks a lot for any insight!

VK

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/217b68e0-a97b-4fb6-a055-6cc3a1279b0en%40googlegroups.com.

Reply via email to