Association of completion queue with multiple RPCs
28 views
Skip to first unread message
Kuldeep Melligeri
unread,
Apr 21, 2017, 4:16:00 PM4/21/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi,
Can I bind one completion queue with multiple RPCs while using async version of calls. The objective is to write client code with one thread processing responses for all the async RPC calls. Please guide me on this.
Thanks
Kuldeep
Kuldeep Melligeri
unread,
Apr 24, 2017, 6:50:07 AM4/24/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I tried it out, I could bind multiple streaming RPCs with one completion queue.