Hi,
I'm new to gRPC and am struggling to find examples of how to call application code that blocks when using the callback API.
Am I correct in assuming that I need to call my blocking application code in a new thread and pass the reactor (along with req/resp) to that new thread such that it can call reactor->Finish() once the work is done?
Thanks, Shareef.