Have a single threaded grpc streaming server which alternately checks for
events on queue (AsyncNext) and other network events (using select with
timeout). On receiving a socket network event, the server needs to send a
grpc reply to the client. To send a grpc reply upon receiving some data on
socket, how can one get the tag? Any suggestions/pointers appreciated.

Another method suggested is to run select in a separate thread. Any
pointers or sample code that I can look at?

Thanks.

-- 
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/CAJWm%2BfEJs%3Dr-ZChnY0THOLwkwD1qZDEFhpkRV3dfYQP5w73tsQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to