What is the right approach to implement a push service with gRPC? My server listens for updates from an external network (basically a background thread) and the service needs to push these updates as they arrive to a listening client (if it is currently connected) - This is just a very basic listener/observer type of pattern.
I was trying to use the asynchronous API to implement this, but it is overly complex and there are only 2 c++ examples. Are there any examples similar to what I describe above? Thanks in advance -- 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/4a337287-e00f-495e-86ea-b7e9405430f8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
