[grpc-io] Re: How to implement async gRPC with more than one method?

2020-12-03 Thread Joseph Liu
Thank you! On Wednesday, December 2, 2020 at 8:56:31 PM UTC chw...@microsoft.com wrote: > On Friday, November 27, 2020 at 11:05:39 AM UTC-8 Joseph Liu wrote: > > > Instead, the logic for handling `SayHello` seems to be handled in the > > `Proceed` function. If I wanted to create another method,

[grpc-io] Re: How to implement async gRPC with more than one method?

2020-12-02 Thread 'Christopher Warrington - MSFT' via grpc.io
On Friday, November 27, 2020 at 11:05:39 AM UTC-8 Joseph Liu wrote: > Instead, the logic for handling `SayHello` seems to be handled in the > `Proceed` function. If I wanted to create another method, do I just handle > it all in Proceed? And if so, how would I do that? A high level flow that you