This is for a service with callback processing enabled i.e. service derived from CallbackService
On Friday, 4 March 2022 at 07:00:48 UTC+13 Brent Edwards wrote: > For a unary server request you can use a default reactor. > e.g. > grpc::ServerUnaryReactor* reactor = context->DefaultReactor(); > > > If there such an "Default" reactor for a server streaming request > e.g. > grpc::ServerWriteReactor<GetTracksResponse>* reactor = > context->DefaultWriteReactor<GetTracksResponse>() > -- 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/98fb65ae-d5d4-480e-a967-48f6a7ddd08dn%40googlegroups.com.
