Hi all, I am trying to connect two services with grpc where server is in C# and client can be in any language. Service in C# is a layered system with layered event based architecture where each layer subscribes to event given by the below layer. my problem is since it is event based architecture response are arrived to separate methods(event handlers) and i need to send back the result to client when I receive the response in event handlers but the problem is client calls a method called startscan() where it subscribes to event and response is arrived in another method Onstartscan() and how to return it to client.
Thanks, Jeivardan V -- 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/6208e7dc-deae-4108-935e-305764cbd050n%40googlegroups.com.
