protocol buffers - How do I register observers in grpc cpp code and stream responses through them when an event occurs? -


so far have been able serve unary responses , streaming responses in cpp grpc code. cannot figure out way able support publisher/subscriber pattern clients register topics , when corresponding event occurs, update pushed on registered streams. how maintain registry of client connections , how trigger serverwriter->write on connections?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -