Can you show us a code snippet? I cannot understand what problem you are describing.
On Tuesday, August 1, 2017 at 2:22:09 AM UTC-7, Carfield Yim wrote: > > Hi all > > I've a server process develop using grpc, I would like to have a cool DR > which receive request but don't stream response until that config option > set to true > > The implementation option I know is that in the service class, I handle > that option and then don't run the StreamObserver.onNext(msg) until that > config option set to true. However, if I doing that, I need to have that > block of code for all my service classes. > > If there any better implementation approach? > > 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/0df5b5a8-6d20-4651-9fd3-83deba6c361e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
