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/2becc6fb-4e3f-450a-9147-afc01685a1b3n%40googlegroups.com.
