Hello, could you possibly help me with creating async callback client?
Should I create UnaryClientReactor per rpc or I should run every rpc in separate thread?
There cq-based async client example but callback client example looks like sync rpc with thread blocking.
Thank you.